GroupReturnClass.NativeError Property
Gets the exception code.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public int NativeError { get; internal set; }
public:
[DataMemberAttribute]
property int NativeError {
int get();
internal: void set(int value);
}
<DataMemberAttribute>
Public Property NativeError As Integer
Get
Friend Set
End Property
Property Value
Type: System.Int32
An instance Int32.
See Also
GroupReturnClass Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top