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


IArcGISSingleSignon.GetURI Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SystemUI)  

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,
  BSTR* 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