次の方法で共有


UserInfoManager.GetWSSServerGroups Method ()

 

Returns a list of groups to which the current user is a member.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public IEnumerable<WSSServerGroupType> GetWSSServerGroups()
public:
IEnumerable<WSSServerGroupType>^ GetWSSServerGroups()
Public Function GetWSSServerGroups As IEnumerable(Of WSSServerGroupType)

Return Value

Type: System.Collections.Generic.IEnumerable<WSSServerGroupType>

A IEnumerable<T> list of group names.

See Also

UserInfoManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top