RuleError.ErrorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.