Partager via


SecurityCenterStatusProperty.ServiceRunningStatus Property

 

Gets and sets a value that descrxibes the service running status.

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

Syntax

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

Property Value

Type: System.Boolean

true if the service is running; otherwise, false.

See Also

SecurityCenterStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top