[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

NetBIOS name of the machine sending the message

Namespace:  Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[

StatusMessagePropertyAttribute(
true)]
public 
string 
MachineName { 
get; 
set; }
<

StatusMessagePropertyAttribute(
True)> _
Public 
Property 
MachineName 
As 
String
	
Get
	
Set
[

StatusMessagePropertyAttribute(
true)]
public:
property 
String^ 
MachineName {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

See Also