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 error code from the catalog.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
[DataMemberAttribute]
public ErrorCatalogType ErrorCatalog { get; internal set; }
public:
[DataMemberAttribute]
property ErrorCatalogType ErrorCatalog {
ErrorCatalogType get();
internal: void set(ErrorCatalogType value);
}
<DataMemberAttribute>
Public Property ErrorCatalog As ErrorCatalogType
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Devices.Identity.ErrorCatalogType
An instance of ErrorCatalogType.
See Also
ReturnClass Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top