WebClientUrlCollection.Urls 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 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.