SmsStatusMessage.MachineName Property
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