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


IGDSData.URL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGDSData Interface > IGDSData.URL Property
ArcGIS Developer Help

IGDSData.URL Property

The url where the replica data is located.

[Visual Basic .NET]
Public Property URL As String
[C#]
public string URL {get; set;}
[C++]
HRESULT get_URL(
  System.String* URL
);
[C++]
HRESULT put_URL(
  BSTR URL
);
[C++]
Parameters
URL [out, retval]

URL is a parameter of type BSTR* URL [in]
URL is a parameter of type BSTR

Product Availability

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

Remarks

The URL is used to specify the location of the local or virtual directory where the data is located. This is not set when the TransportType of embedded. 

See Also

IGDSData Interface