MembershipManager.Item Property (MemberGroup)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
memberGroup As MemberGroup _
) As Membership
Get
'Usage
Dim instance As MembershipManager
Dim memberGroup As MemberGroup
Dim value As Membership
value = instance(memberGroup)
public Membership this[
MemberGroup memberGroup
] { get; }
Parameters
- memberGroup
Type: Microsoft.Office.Server.UserProfiles.MemberGroup
Property Value
Type: Microsoft.Office.Server.UserProfiles.Membership