Partager via


ServerInformation.IsSecondServer Property

 

Gets and sets a value that determines if the server is a second server.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[DataMemberAttribute]
public bool IsSecondServer { get; set; }
public:
[DataMemberAttribute]
property bool IsSecondServer {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property IsSecondServer As Boolean

Property Value

Type: System.Boolean

true if the server is a second server; otherwise, false.

See Also

ServerInformation Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top