ConfigMgrPolicyAssignmentRequest.RequestType Property
Gets or sets the request type. The default value is Full.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public PolicyAssignmentRequestType RequestType { get; set; }
public:
property PolicyAssignmentRequestType RequestType {
PolicyAssignmentRequestType get();
void set(PolicyAssignmentRequestType value);
}
Public Property RequestType As PolicyAssignmentRequestType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentRequestType
See Also
ConfigMgrPolicyAssignmentRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top