This document is archived and information here might be outdated.  Recommended version.


IServiceCatalog3.TokenServiceURL Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServiceCatalog3.TokenServiceURL Property

Token service url.

[Visual Basic .NET]
Public ReadOnly Property TokenServiceURL As String
[C#]
public string TokenServiceURL {get;}
[C++]
HRESULT get_TokenServiceURL(
  BSTR* TokenServiceURL
);
[C++]

Parameters TokenServiceURL [out, retval] TokenServiceURL is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServiceCatalog3 Interface