WebClientUrlCollection.Urls Property

Definition

Gets or sets the list of client URLs.

public:
 property System::Collections::Generic::List<Microsoft::Exchange::WebServices::Autodiscover::WebClientUrl ^> ^ Urls { System::Collections::Generic::List<Microsoft::Exchange::WebServices::Autodiscover::WebClientUrl ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Exchange.WebServices.Autodiscover.WebClientUrl> Urls { get; }
Public ReadOnly Property Urls As List(Of WebClientUrl)

Property Value

A list of Exchange Web client URLs.

Applies to