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

The AD domain name of the system in NetBIOSName. This is required if you're sending a full inventory. If not set, the NetBIOS name will be used.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)]
public 
string 
DomainName { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)> _
Public 
Property 
DomainName 
As 
String
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Recommended)]
public:
property 
String^ 
DomainName {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

See Also