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 error code for a request completion event.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public ReturnClass ErrorCode { get; internal set; }
public:
property ReturnClass^ ErrorCode {
ReturnClass^ get();
internal: void set(ReturnClass^ value);
}
Public Property ErrorCode As ReturnClass
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Users.ReturnClass
An instance of ReturnClass that contains the error code.
See Also
RequestCompletionEventArgs Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top