WsusLocationRecord.ServerName Property
Gets or sets the BIOS name for the server.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string ServerName { get; set; }
public:
property String^ ServerName {
String^ get();
void set(String^ value);
}
Public Property ServerName As String
Property Value
Type: System.String
See Also
WsusLocationRecord Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top