Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public string Extension { get; private set; }
Visual Basic
Public Property Extension As String
	Get
	Private Set
Visual C++
public:
property String^ Extension {
	String^ get ();
	private: void set (String^ value);
}

See Also