Extension Property

SimpleEssentials

IFile..::..Extension Property

Namespace:  SimpleEssentials.IO.Types
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


string Extension { get; set; }
Property Extension As String
	Get
	Set
property String^ Extension {
	String^ get ();
	void set (String^ value);
}