ReturnClass Class
Represents the return class for the MachineIdentity Provider.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Devices.Identity.ReturnClass
Syntax
[DataContractAttribute]
public class ReturnClass
[DataContractAttribute]
public ref class ReturnClass
<DataContractAttribute>
Public Class ReturnClass
Properties
Name | Description | |
---|---|---|
ErrorCatalog | Gets the error code from the catalog. |
|
NativeError | Gets the native error code. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top