Share via


IssuedTokenProvider.ServerUrl Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Protected Property ServerUrl As Uri
protected Uri ServerUrl { get; private set; }
protected:
property Uri^ ServerUrl {
    Uri^ get ();
    private: void set (Uri^ value);
}
member ServerUrl : Uri with get, private set
function get ServerUrl () : Uri 
private function set ServerUrl (value : Uri)

Property Value

Type: System.Uri

.NET Framework Security

See Also

Reference

IssuedTokenProvider Class

Microsoft.VisualStudio.Services.Common Namespace