This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerDirectory Interface > IServerDirectory.Path Property (ArcObjects .NET 10.4 SDK) |
The path of the server directory.
[Visual Basic .NET] Public Property Path As String
[C#] public string Path {get; set;}
[C++]
HRESULT get_Path(
BSTR* pPath
);
[C++]
HRESULT put_Path(
BSTR pPath
);
[C++]
Parameters pPath [out, retval] pPath is a parameter of type BSTR pPath [in] pPath is a parameter of type BSTR