Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the display flag status.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DisplayFlag As Boolean
Get
Set
'Usage
Dim instance As ServerProperty
Dim value As Boolean
value = instance.DisplayFlag
instance.DisplayFlag = value
public bool DisplayFlag { get; set; }
public:
property bool DisplayFlag {
bool get ();
void set (bool value);
}
member DisplayFlag : bool with get, set
function get DisplayFlag () : boolean
function set DisplayFlag (value : boolean)
Property Value
Type: System.Boolean
true if the display flag is on; otherwise, false.