Bagikan melalui


TraceInfo.ErrorInfoList Property

Definition

Gets or sets the list of error information for the scheduling operation.

public:
 property cli::array <Microsoft::Crm::Sdk::Messages::ErrorInfo ^> ^ ErrorInfoList { cli::array <Microsoft::Crm::Sdk::Messages::ErrorInfo ^> ^ get(); void set(cli::array <Microsoft::Crm::Sdk::Messages::ErrorInfo ^> ^ value); };
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Needed to ensure backward compatibility")]
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.ErrorInfo[] ErrorInfoList { get; set; }
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Needed to ensure backward compatibility")>]
[<System.Runtime.Serialization.DataMember>]
member this.ErrorInfoList : Microsoft.Crm.Sdk.Messages.ErrorInfo[] with get, set
Public Property ErrorInfoList As ErrorInfo()

Property Value

The list of error information for the scheduling operation.

Attributes

Remarks

Scheduling errors occur, for example, when a resource is not available for the specified appointment time.

Applies to