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)

属性值

错误属性列表。

注解

如果 Result 设置为 Success,则 ErrorProperties 返回 null。 ErrorProperties 仅适用于某些错误代码。 例如,当错误代码为 ErrorInvalidPropertyForOperation 时,ErrorProperties 将包含对请求无效的属性的定义。

适用于