Share via


SecurityBaseProperty.Status Property

 

Gets a value that describes whether the security is turned on or off.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

[DataMemberAttribute]
public bool Status { get; private set; }
public:
[DataMemberAttribute]
property bool Status {
    bool get();
    private: void set(bool value);
}
<DataMemberAttribute>
Public Property Status As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

true if security is turned on; otherwise, false.

See Also

SecurityBaseProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top