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

Unknown machines information. Only returned when making call to ConfigMgrMPKeyInformationExRequest

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

UnknownMachines 
UnknownMachines { 
get; 
set; }
Public 
Property 
UnknownMachines 
As 

UnknownMachines
	
Get
	
Set
public:
property 

UnknownMachines^ 
UnknownMachines {
	

UnknownMachines^ 
get ();
	
void 
set (

UnknownMachines^ 
value);
}

See Also