RuleError クラス

定義

ルール操作を実行した結果として発生したエラーを表します。

public ref class RuleError sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class RuleError : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class RuleError
Inherits ComplexProperty
継承

注釈

このクラスは、規則の検証に失敗したルールのエラーを表します。

プロパティ

ErrorCode

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

ErrorMessage

エラーに関連付けられているエラー メッセージを取得します。

RuleProperty

検証に失敗したプロパティを取得します。

Value

検証に失敗したプロパティの値を取得します。

適用対象