ArcObjects Library Reference (GISClient)  

IDiscoveryServerMachineStatistics.FolderName Property

The folder name.

[Visual Basic .NET]
Public Property FolderName As String
[C#]
public string FolderName {get; set;}
[C++]
HRESULT get_FolderName(
  BSTR* pName
);
[C++]
HRESULT put_FolderName(
  BSTR pName
);
[C++]

Parameters

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

Product Availability

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

See Also

IDiscoveryServerMachineStatistics Interface