ArcObjects Library Reference (GISClient)  

IDiscoveryDataSpaceItem.PathOnServer Property

The path on server.

[Visual Basic .NET]
Public Property PathOnServer As String
[C#]
public string PathOnServer {get; set;}
[C++]
HRESULT get_PathOnServer(
  BSTR* pPath
);
[C++]
HRESULT put_PathOnServer(
  BSTR pPath
);
[C++]

Parameters

pPath [out, retval]   pPath is a parameter of type BSTR pPath [in]   pPath is a parameter of type BSTR

Product Availability

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

See Also

IDiscoveryDataSpaceItem Interface