ConfigMgrMPKeyInformationExReply.MPKeyInformation Property

 

Gets the management point key information.

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

Syntax

public MPKeyInformation MPKeyInformation { get; private set; }
public:
property MPKeyInformation^ MPKeyInformation {
    MPKeyInformation^ get();
    private: void set(MPKeyInformation^ value);
}
Public Property MPKeyInformation As MPKeyInformation
    Get
    Private Set
End Property

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.MPKeyInformation

See Also

ConfigMgrMPKeyInformationExReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top