ProvisioningServiceDisabled Property |
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public virtual bool Disabled { get; }
Public Overridable ReadOnly Property Disabled As Boolean
Get
public:
virtual property bool Disabled {
bool get ();
}
abstract Disabled : bool with get
override Disabled : bool with get
Property Value
Type:
BooleanTrue if disabled; otherwise,
false.
Remarks This class member will not be serialized by the WCF service.
See Also