Compartilhar via


GetUserAvailabilityResponse.SuggestionsResponse Property

Namespace:  Microsoft.Exchange.InfoWorker.Common.Availability.Proxy
Assembly:  Microsoft.Exchange.InfoWorker.Common (in Microsoft.Exchange.InfoWorker.Common.dll)

Syntax

'Declaration
Public Property SuggestionsResponse As SuggestionsResponse
    Get
    Set
'Usage
Dim instance As GetUserAvailabilityResponse
Dim value As SuggestionsResponse

value = instance.SuggestionsResponse

instance.SuggestionsResponse = value
public SuggestionsResponse SuggestionsResponse { get; set; }