7 references to GroupMembers
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
1480
PrincipalCollection members = (PrincipalCollection)group.GetValueForProperty(PropertyNames.
GroupMembers
);
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (1)
296
if ((p is GroupPrincipal) && (p.GetChangeStatusForProperty(PropertyNames.
GroupMembers
)))
System\DirectoryServices\AccountManagement\constants.cs (1)
136
{ typeof(GroupPrincipal), new ArrayList(1) { PropertyNames.
GroupMembers
} }
System\DirectoryServices\AccountManagement\Group.cs (3)
271
case PropertyNames.
GroupMembers
:
298
case PropertyNames.
GroupMembers
:
322
PropertyNames.
GroupMembers
=> _members,
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
1010
PrincipalCollection members = (PrincipalCollection)group.GetValueForProperty(PropertyNames.
GroupMembers
);