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