| |
IERUMemberInterface that exposes the features common to User, Group, and CustomRole objects. RemarksThe IERUMember interface is implemented by User, Group, and CustomRole objects. Wherever the Server Access API returns an interface pointer to a User, Group or CustomRole, that pointer is an IERUMember pointer. Use the Type property to determine whether the pointer specifies a User, Group, or CustomRole. Once you determine the type of object, you can access the IERUUser, IERUGroup, IERUCustomRole interface pointer to the object with:
|
Home |