GroupMember
The GroupMember class contains properties for working with the individual
members of a pending import group. This class is defined in the
Centrify.DirectControl.API.Import namespace.
Syntax
public interface IGroupMember : IDisposable
Methods
The GroupMember class provides the following method:
| Method | Description |
|---|---|
Dispose
|
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
Properties
The GroupMember class provides the following properties:
| Property | Description |
|---|---|
| CandidateDN | Gets or sets the distinguished name (DN) of the pending import group members. |
| Name | Gets or sets the UNIX user name for a pending import group member. |