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 ReturnClass object that contains the error code.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.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.Devices.Identity.ReturnClass
An instance of ReturnClass.
See Also
MachineIdentityRequestCompletionEventArgs Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top