GroupReturnClass.GroupErrorCode Property
Gets the error code from the catalog.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public GroupErrorCode GroupErrorCode { get; internal set; }
public:
[DataMemberAttribute]
property GroupErrorCode GroupErrorCode {
GroupErrorCode get();
internal: void set(GroupErrorCode value);
}
<DataMemberAttribute>
Public Property GroupErrorCode As GroupErrorCode
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Groups.GroupErrorCode
Returns GroupErrorCode.
See Also
GroupReturnClass Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top