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


IArcGISSingleSignon.GetURI Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IA > IArcGISSingleSignon Interface > IArcGISSingleSignon.GetURI Method
ArcGIS Developer Help

IArcGISSingleSignon.GetURI Method

Returns the requested ArcGIS online URI

[Visual Basic .NET]
Public Sub GetURI ( _
    ByVal eType As esriArcGISUri, _
    ByRef bsURI As String _
)
[C#]
public void GetURI (
    esriArcGISUri eType,
    ref string bsURI
);
[C++]
HRESULT GetURI(
  esriArcGISUri eType,
  System.String* bsURI
);
[C++]
Parameters
eType [in]

eType is a parameter of type esriArcGISUri bsURI [in, out]
bsURI is a parameter of type BSTR*

Product Availability

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

See Also

IArcGISSingleSignon Interface