AppointmentRequest.RequiredResources Property

Definition

Gets or sets the resources that are needed for this appointment.

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

Property Value

The resources that are needed for this appointment.

Attributes

Applies to