TraceInfo.ErrorInfoList Property
Applies To: Dynamics CRM 2015
Gets or sets the list of error information for the scheduling operation.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public ErrorInfo[] ErrorInfoList { get; set; }
public:
[DataMemberAttribute]
property array<ErrorInfo^>^ ErrorInfoList {
array<ErrorInfo^>^ get();
void set(array<ErrorInfo^>^ value);
}
[<DataMemberAttribute>]
member ErrorInfoList : ErrorInfo[] with get, set
<DataMemberAttribute>
Public Property ErrorInfoList As ErrorInfo()
Property Value
Type: Microsoft.Crm.Sdk.Messages.ErrorInfo[]
Returns ErrorInfo[]
The the list of error information for the scheduling operation.
Remarks
Scheduling errors occur, for example, when a resource is not available for the specified appointment time.
See Also
TraceInfo Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright