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

Gets the MP Key information

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

MPKeyInformation 
MPKeyInformation { 
get; 
private 
set; }
Public 
Property 
MPKeyInformation 
As 

MPKeyInformation
	
Get
	
Private 
Set
public:
property 

MPKeyInformation^ 
MPKeyInformation {
	

MPKeyInformation^ 
get ();
	
private: 
void 
set (

MPKeyInformation^ 
value);
}

See Also