ArcObjects Library Reference (GISClient)  

IDiscoveryServerLogSettings.FileSize Property

The log file size in MB.

[Visual Basic .NET]
Public Property FileSize As Integer
[C#]
public int FileSize {get; set;}
[C++]
HRESULT get_FileSize(
  long* pFileSize
);
[C++]
HRESULT put_FileSize(
  long pFileSize
);
[C++]

Parameters

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

Product Availability

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

See Also

IDiscoveryServerLogSettings Interface