ExpandCalendarResponse.result 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 a set of time blocks with appointment information.
public:
property cli::array <Microsoft::Crm::Sdk::Messages::TimeInfo ^> ^ result { cli::array <Microsoft::Crm::Sdk::Messages::TimeInfo ^> ^ get(); };
public Microsoft.Crm.Sdk.Messages.TimeInfo[] result { get; }
member this.result : Microsoft.Crm.Sdk.Messages.TimeInfo[]
Public ReadOnly Property result As TimeInfo()
Property Value
TimeInfo[]
The set of time blocks with appointment information.