DelegateInformation.DelegateUserResponses Property

Definition

Gets a list of responses for each of the delegate users who are involved in the operation.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::DelegateUserResponse ^> ^ DelegateUserResponses { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::DelegateUserResponse ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.DelegateUserResponse> DelegateUserResponses { get; }
Public ReadOnly Property DelegateUserResponses As Collection(Of DelegateUserResponse)

Property Value

A collection of response objects that contain information about the delegate users who are involved in the operation.

Applies to