Partager via


ServerInformation.OperatingSystemName Property

 

Gets and sets the operating system name.

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

Syntax

[DataMemberAttribute]
public string OperatingSystemName { get; set; }
public:
[DataMemberAttribute]
property String^ OperatingSystemName {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property OperatingSystemName As String

Property Value

Type: System.String

The operating system name.

See Also

ServerInformation Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top