DelegateInformation.DelegateUserResponses 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 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.