 | UserDataFromConsoleAutodiscoverUrl Property |
Gets or sets the autodiscover URL.
Namespace:
Koden.Utils.Exchange
Assembly:
Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntaxpublic Uri AutodiscoverUrl { get; set; }Public Property AutodiscoverUrl As Uri
Get
Set
public:
virtual property Uri^ AutodiscoverUrl {
Uri^ get () sealed;
void set (Uri^ value) sealed;
}abstract AutodiscoverUrl : Uri with get, set
override AutodiscoverUrl : Uri with get, set
Property Value
Type:
Uri
The autodiscover URL.
Implements
IUserDataAutodiscoverUrl
See Also