ArcObjects Library Reference  (Server)    

IServerDirectoryInfo.Description Property

The description of the server directory.

[Visual Basic 6.0]
Property Description As String
[Visual Basic .NET]
Public ReadOnly Property Description As String
[C#]
public string Description {get;}
[Java]
public String getDescription()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Description(
  BSTR* pText
);
[C++]

Parameters

pText [out, retval]

  pText is a parameter of type BSTR

Product Availability

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

See Also

IServerDirectoryInfo Interface

 


Feedback Send feedback on this page