Share via


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
System_CAPS_pubproperty ErrorCatalog

Gets the error code from the catalog.

System_CAPS_pubproperty NativeError

Gets the native error code.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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