Share via


CimSystemProperties.ServerName Property

 

Gets the name of the server the CIM object originated from.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public string ServerName { get; }
public:
property String^ ServerName {
    String^ get();
}
member ServerName : string with get
Public ReadOnly Property ServerName As String

Property Value

Type: System.String

The server name of the CIM object.

See Also

CimSystemProperties Class
Microsoft.Management.Infrastructure Namespace

Return to top