PolicyAssignmentIdentificationUser.UserGroupsAdded Property
Gets or sets the added user groups.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public PolicyAssignmentUserGroups UserGroupsAdded { get; set; }
public:
property PolicyAssignmentUserGroups^ UserGroupsAdded {
PolicyAssignmentUserGroups^ get();
void set(PolicyAssignmentUserGroups^ value);
}
Public Property UserGroupsAdded As PolicyAssignmentUserGroups
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentUserGroups
See Also
PolicyAssignmentIdentificationUser Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top