Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the resource type for the policy request. The default value is Machine.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public PolicyAssignmentResourceType ResourceType { get; set; }
public:
property PolicyAssignmentResourceType ResourceType {
PolicyAssignmentResourceType get();
void set(PolicyAssignmentResourceType value);
}
Public Property ResourceType As PolicyAssignmentResourceType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentResourceType
See Also
EvaluateAssignments Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top