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


IServiceCatalog3.TokenServiceURL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceCatalog3 Interface > IServiceCatalog3.TokenServiceURL Property
ArcGIS Developer Help

IServiceCatalog3.TokenServiceURL Property

Token service url.

[Visual Basic .NET]
Public ReadOnly Property TokenServiceURL As String
[C#]
public string TokenServiceURL {get;}
[C++]
HRESULT get_TokenServiceURL(
  System.String* 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