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

The client FQDN of the registeing machine. If unset, this will use the NetBiosName value.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 
string 
ClientFqdn { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Property 
ClientFqdn 
As 
String
	
Get
	
Set
[

MessagePropertyAttribute(

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

Remarks

ClientFqdn is a required property and must be set

See Also