FileFormat Property

MCManager API

Log file format for example: {level}.log

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public string FileFormat { get; set; }
Visual Basic (Declaration)
Public Property FileFormat As String
Visual C++
public:
property String^ FileFormat {
	String^ get ();
	void set (String^ value);
}

See Also