MPKeyInformation.UnknownMachines Property

 

Gets or sets information for unknown machines. This property is only returned when making a call to ConfigMgrMPKeyInformationExRequest.

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

Syntax

public UnknownMachines UnknownMachines { get; set; }
public:
property UnknownMachines^ UnknownMachines {
    UnknownMachines^ get();
    void set(UnknownMachines^ value);
}
Public Property UnknownMachines As UnknownMachines

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.UnknownMachines

See Also

MPKeyInformation Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top