Gets the file comment provided by user.

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)

Syntax

C#
public string FileComment { get; }
Visual Basic (Declaration)
Public ReadOnly Property FileComment As String
Visual C++
public:
property String^ FileComment {
	String^ get ();
}

Field Value

The file comment provided by user.

See Also