FunctionDefinitionIsCommon Property |
Gets a value indicating whether the function should appear in the list of common functions.
Namespace: Dundas.BI.Data.FunctionsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic virtual bool IsCommon { get; }Public Overridable ReadOnly Property IsCommon As Boolean
Get
public:
virtual property bool IsCommon {
bool get ();
}abstract IsCommon : bool with get
override IsCommon : bool with get
Property Value
Boolean if the function should appear in the list of common functions; otherwise,
.
See Also