SyncFromAllServersErrorInformation.ErrorCategory Property

Definition

Gets the category of the SyncFromAllServersOperationException exception.

public:
 property System::DirectoryServices::ActiveDirectory::SyncFromAllServersErrorCategory ErrorCategory { System::DirectoryServices::ActiveDirectory::SyncFromAllServersErrorCategory get(); };
public System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory ErrorCategory { get; }
member this.ErrorCategory : System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory
Public ReadOnly Property ErrorCategory As SyncFromAllServersErrorCategory

Property Value

A SyncFromAllServersErrorCategory enumeration value that indicates the category of the error.

Applies to

See also