ReturnClass.NativeError Property
Gets the error code from the catalog.
Namespace: Microsoft.WindowsServerSolutions.Users
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
The error code.
See Also
ReturnClass Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top