Share via


ConfigMgrInventoryMessage.IncludeMachinePublicKey Property

 

Gets or sets a value that indicates whether, when the BuildInventoryMessage method is used, a public key will be included in the inventory report.

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

Syntax

public bool IncludeMachinePublicKey { get; set; }
public:
property bool IncludeMachinePublicKey {
    bool get();
    void set(bool value);
}
Public Property IncludeMachinePublicKey As Boolean

Property Value

Type: System.Boolean

See Also

ConfigMgrInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top