Partager via


ConfigMgrPolicyAssignmentRequest.SystemInformation Property

 

Gets or sets system information for the requesting computer. If this property is not set, the current computer information will be used.

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

Syntax

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

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.SystemInformation

See Also

ConfigMgrPolicyAssignmentRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top