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 GroupErrorCode object for the exception.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public GroupErrorCode GroupErrorCode { get; private set; }
public:
property GroupErrorCode GroupErrorCode {
GroupErrorCode get();
private: void set(GroupErrorCode value);
}
Public Property GroupErrorCode As GroupErrorCode
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Groups.GroupErrorCode
An instance of the GroupErrorCodeclass.
See Also
GroupException Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top