__Membership

[This is preliminary documentation and subject to change.]

The __Membership system class is a security-related association class used to express membership in a user group. By creating an instance of this class and pointing the references to the appropriate __Subject and __Group objects, membership within a __Group is expressed.

class __InstanceOperationEvent : __Event
{
    [key] __Subject ref Member;
    [key] __Group ref MemberOf;
};
 

Properties

Member
The path to the __Subject (a __User or __Group) whose membership is being expressed.
MemberOf
The path to the __Group object of which the Member object is a member.