|  | IGroupMember Interface | 
Namespace: Koopman.CheckPoint.Common
 Syntax
SyntaxThe IGroupMember type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DetailLevel | 
            Gets the current detail level of retrieved objects. You will not be able to get the
            values of some properties if the detail level is too low. You can still set property
            values however to override existing values.
            (Inherited from IObjectSummary.) | 
|  | Domain | 
            Information about the domain the object belongs to.
            (Inherited from IObjectSummary.) | 
|  | IsNew | 
            Gets a value indicating whether this instance is new.
            (Inherited from IObjectSummary.) | 
|  | Name | 
            Object name. Should be unique in the domain.
            (Inherited from IObjectSummary.) | 
|  | ObjectType | 
            The object type.
            (Inherited from IObjectSummary.) | 
|  | Type | 
            Type of the object.
            (Inherited from IObjectSummary.) | 
|  | UID | 
            Object unique identifier.
            (Inherited from IObjectSummary.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetIdentifier | 
            Gets the identifier.
            (Inherited from IObjectSummary.) | 
|  | Reload | 
            Reloads the current object. Used to either reset changes made without saving, or to
            increased the detailLevel to Full(Inherited from IObjectSummary.) | 
 See Also
See Also