MemberGroup members
Provides methods and properties to add, delete, retrieve, set, and manage a member group.
The MemberGroup type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of members in a member group. | |
CurrentChangeToken | Gets the current UserProfileChangeToken object for the change logs of this profile's ProfileType. (Inherited from ProfileBase.) | |
Description | Gets or sets the description of a member group. | |
DisplayName | Gets or sets the display name of the member group. (Overrides ProfileBase.DisplayName.) | |
Id | Gets the ID of the member group. | |
ID | Gets the GUID for this profile. (Inherited from ProfileBase.) | |
LastUpdate | Gets the DateTime value of when the member group was last updated. | |
MailNickName | Gets or sets the mailing nick name of the member group. | |
Parent | (Overrides ProfileBase.Parent.) | |
ProfileManagerBase | (Overrides ProfileBase.ProfileManagerBase.) | |
ProfileSubtype | Gets or sets the profile subtype for this property. (Inherited from ProfileBase.) | |
ProfileSubtypeId | Gets or sets the profile subtype ID. (Inherited from ProfileBase.) | |
ProfileType | (Overrides ProfileBase.ProfileType.) | |
Properties | Gets the ProfileSubtypePropertyManager object for this profile. (Inherited from ProfileBase.) | |
PublicOrganizationViewUrl | Gets the URL of the organization view page for this profile. (Inherited from ProfileBase.) | |
PublicUrl | (Overrides ProfileBase.PublicUrl.) | |
RecordId | Gets the profile's record identifier. (Inherited from ProfileBase.) | |
Source | Gets the membership source for the member group. | |
SourceInternal | Gets or sets the internal unique identifier. | |
SourceReference | Gets or sets the membership source unique reference for the member group. | |
Url | Gets or sets the URL of the member group. | |
ViewerRights | Returns a bitmask of the viewer's rights to see this profile's data. (Inherited from ProfileBase.) |
Top
Methods
Name | Description | |
---|---|---|
Commit | Commits changes made to the member group. (Overrides ProfileBase.Commit().) | |
Delete | Deletes the member group. | |
Equals | Determines whether the specified object is identical to the current profile. (Inherited from ProfileBase.) | |
Finalize | (Inherited from Object.) | |
GetAllMemberships | Gets the number of members in a particular member group. | |
GetChanges() | (Overrides ProfileBase.GetChanges().) | |
GetChanges(ProfileBaseChangeQuery) | (Overrides ProfileBase.GetChanges(ProfileBaseChangeQuery).) | |
GetChanges(UserProfileChangeToken) | (Overrides ProfileBase.GetChanges(UserProfileChangeToken).) | |
GetEnumerator | Returns an enumerator that can iterate through the MemberGroup instance. | |
GetGroupMembers | ||
GetHashCode | Returns the hash code for the unique identifier of this profile. (Inherited from ProfileBase.) | |
GetImmediateMemberships | ||
GetProfileValueCollection | (Overrides ProfileBase.GetProfileValueCollection(String).) | |
GetType | (Inherited from Object.) | |
GetViewerRights | (Overrides ProfileBase.GetViewerRights().) | |
IsProfileOwner | (Overrides ProfileBase.IsProfileOwner(UserProfile).) | |
MemberwiseClone | (Inherited from Object.) | |
SID | Gets the profile's unique identifier. (Inherited from ProfileBase.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_nMemberCount | This member is reserved for internal use and is not intended to be used directly from your code. |
Top