Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies whether the group membership was updated.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public bool MembershipUpdated { get; internal set; }
public:
property bool MembershipUpdated {
bool get();
internal: void set(bool value);
}
Public Property MembershipUpdated As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
A Boolean object that specifies whether the membership was updated.
See Also
GroupUpdatedEventArgs Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top