PrivacyItemManagerBase<T>.AppendUniqueGroupList method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaração
Protected Friend Sub AppendUniqueGroupList ( _
strCollection As StringCollection _
)
'Uso
Dim strCollection As StringCollection
Me.AppendUniqueGroupList(strCollection)
protected internal void AppendUniqueGroupList(
StringCollection strCollection
)
Parâmetros
- strCollection
Type: System.Collections.Specialized.StringCollection
Ver também
Referência
PrivacyItemManagerBase<T> class