QueryMultipleSchedulesRequest.TimeCodes 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 time codes to look for: Available, Busy, Unavailable, or Filter, which correspond to the resource IDs. Required.
public:
property cli::array <Microsoft::Crm::Sdk::Messages::TimeCode> ^ TimeCodes { cli::array <Microsoft::Crm::Sdk::Messages::TimeCode> ^ get(); void set(cli::array <Microsoft::Crm::Sdk::Messages::TimeCode> ^ value); };
public Microsoft.Crm.Sdk.Messages.TimeCode[] TimeCodes { get; set; }
member this.TimeCodes : Microsoft.Crm.Sdk.Messages.TimeCode[] with get, set
Public Property TimeCodes As TimeCode()
Property Value
TimeCode[]
The time codes to look for: Available, Busy, Unavailable, or Filter, which correspond to the resource IDs. The number of resource IDs and time codes must match.