SuggestionsResponse.SuggestionDayResultArray Property
Namespace: Microsoft.Exchange.InfoWorker.Common.Availability.Proxy
Assembly: Microsoft.Exchange.InfoWorker.Common (in Microsoft.Exchange.InfoWorker.Common.dll)
Syntax
'Declaration
Public Property SuggestionDayResultArray As SuggestionDayResult()
Get
Set
'Usage
Dim instance As SuggestionsResponse
Dim value As SuggestionDayResult()
value = instance.SuggestionDayResultArray
instance.SuggestionDayResultArray = value
public SuggestionDayResult[] SuggestionDayResultArray { get; set; }
Property Value
Type: []