ExpandCalendarResponse.result Property

 

Applies To: Dynamics CRM 2015

Gets a set of time blocks with appointment information.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public TimeInfo[] result { get; }
public:
property array<TimeInfo^>^ result {
    array<TimeInfo^>^ get();
}
member result : TimeInfo[] with get
Public ReadOnly Property result As TimeInfo()

Property Value

Type: Microsoft.Crm.Sdk.Messages.TimeInfo[]

Type:TimeInfo
The set of time blocks with appointment information.

See Also

ExpandCalendarResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright