AccountDataIsGlobal Property |
Gets or sets the value corresponding to
IsGlobal.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool? IsGlobal { get; set; }
Public Property IsGlobal As Boolean?
Get
Set
public:
property Nullable<bool> IsGlobal {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsGlobal : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also