[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;
};