CcmEvaluatePolicyAssignmentsMessage.ResourceType Property
Gets or sets the resource type for evaluation. The default value is Machine.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public PolicyAssignmentResourceType ResourceType { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property PolicyAssignmentResourceType ResourceType {
PolicyAssignmentResourceType get();
void set(PolicyAssignmentResourceType value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property ResourceType As PolicyAssignmentResourceType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentResourceType
See Also
CcmEvaluatePolicyAssignmentsMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top