ManagementPolicyRuleDisabled Property |
Disabled - Determines if resource is disabled or enabled
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic bool Disabled { get; set; }
Public Property Disabled As Boolean
Get
Set
public:
property bool Disabled {
bool get ();
void set (bool value);
}
member Disabled : bool with get, set
Property Value
Type:
Boolean
See Also