Partager via


MachineIdentityManager.ServerName Property

 

Gets or sets the name of the server.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Syntax

public static string ServerName { get; set; }
public:
property String^ ServerName {
    static String^ get();
    static void set(String^ value);
}
Public Shared Property ServerName As String

Property Value

Type: System.String

An instance of String that contains the name of the server.

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top