Udostępnij za pośrednictwem


PolicyAssignmentIdentificationUser.UserGroupsRemoved Property

 

Gets or sets the removed user groups.

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

Syntax

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

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentUserGroups

See Also

PolicyAssignmentIdentificationUser Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top