ArcObjects Library Reference (GISClient)  

IDiscoveryServerLogSettings.FileCount Property

The maximum number of files per component.

[Visual Basic .NET]
Public Property FileCount As Integer
[C#]
public int FileCount {get; set;}
[C++]
HRESULT get_FileCount(
  long* pCount
);
[C++]
HRESULT put_FileCount(
  long pCount
);
[C++]

Parameters

pCount [out, retval]   pCount is a parameter of type long pCount [in]   pCount is a parameter of type long

Product Availability

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

See Also

IDiscoveryServerLogSettings Interface