ReturnClass.NativeError Property
Gets the native error code.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.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 native error code.
See Also
ReturnClass Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top