Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the NetBIOS name of the machine that is sending the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute(true)]
public string MachineName { get; set; }
public:
[StatusMessagePropertyAttribute(true)]
property String^ MachineName {
String^ get();
void set(String^ value);
}
<StatusMessagePropertyAttribute(True)>
Public Property MachineName As String
Property Value
Type: System.String
See Also
SmsStatusMessage Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top