RuleError.ErrorCode Property

Definition

Gets the validation error code.

public:
 property Microsoft::Exchange::WebServices::Data::RuleErrorCode ErrorCode { Microsoft::Exchange::WebServices::Data::RuleErrorCode get(); };
public Microsoft.Exchange.WebServices.Data.RuleErrorCode ErrorCode { get; }
Public ReadOnly Property ErrorCode As RuleErrorCode

Property Value

The RuleErrorCode enumeration value that is associated with the error.

Remarks

The ErrorCode property indicates the rule validation error code when a RuleOperation method fails validation.

Applies to