RuleError.ErrorCode プロパティ

定義

検証エラー コードを取得します。

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

プロパティ値

エラーに関連付けられている RuleErrorCode 列挙値。

注釈

プロパティは ErrorCode 、メソッドが検証に失敗した場合のルール検証エラー コードを RuleOperation 示します。

適用対象