ErrorInfo.ResourceList Property

Definition

Gets or sets the array of information about a resource that has a scheduling problem for an appointment.

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

Property Value

The array of information about a resource that has a scheduling problem for an appointment.

Attributes

Applies to