Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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