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

Initializes a new instance of the StateDetailsContentsClientIdentityclass. Performs client discovery if true

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
StateDetailsContentsClientIdentity(
	
bool 
doDiscovery
)
Public 
Sub 
New ( _
	
doDiscovery 
As 
Boolean _
)
public:
StateDetailsContentsClientIdentity(
	
bool 
doDiscovery
)

Parameters

doDiscovery
Boolean
If true, information will be discovered from the client

See Also