PolicyStore.Enabled Property
Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public Property Enabled As Boolean
    Get
    Set
'Usage
Dim instance As PolicyStore
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
[SfcPropertyAttribute(Data = true)]
public bool Enabled { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(Data = true)>]
member Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)
Property Value
Type: System.Boolean
See Also