ServiceResponse.ErrorProperties プロパティ

定義

応答に関連付けられているプロパティ エラーに関する情報を取得します。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ ErrorProperties { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> ErrorProperties { get; }
Public ReadOnly Property ErrorProperties As Collection(Of PropertyDefinitionBase)

プロパティ値

エラー プロパティの一覧。

注釈

[結果] が [成功] に設定されている場合、ErrorProperties は null を返します。 ErrorProperties は、一部のエラー コードでのみ使用できます。 たとえば、エラー コードが ErrorInvalidPropertyForOperation の場合、ErrorProperties には、要求に対して無効だったプロパティの定義が含まれます。

適用対象