ServiceResponse.ErrorProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取有关与响应关联的属性错误的信息。
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 将包含对请求无效的属性的定义。