ErrorInfo.ResourceList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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