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

Syntax

C#
public Regex FormatExpression { get; set; }
Visual Basic
Public Property FormatExpression As Regex
	Get
	Set
Visual C++
public:
property Regex^ FormatExpression {
	Regex^ get ();
	void set (Regex^ value);
}

See Also