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 identifier for the error.
Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public AddInError ErrorId { get; set; }
public:
property AddInError ErrorId {
    AddInError get();
    void set(AddInError value);
}
Public Property ErrorId As AddInError
Property Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.AddInError
An instance of AddInError.
See Also
AddInException Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top