Extension Property

SimpleEssentials

File..::..Extension Property

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

Syntax


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