This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IA > IArcGISSingleSignon Interface > IArcGISSingleSignon.GetURI Method (ArcObjects .NET 10.5 SDK) |
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