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.
Gets the group account that was updated.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public Group UpdatedGroup { get; internal set; }
public:
property Group^ UpdatedGroup {
Group^ get();
internal: void set(Group^ value);
}
Public Property UpdatedGroup As Group
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Groups.Group
A Group object.
See Also
GroupUpdatedEventArgs Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top