RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

MacroAttribute..::..Expression Property

Allows specifying a macro that will be executed for a source template parameter when the template is expanded.

Namespace:  RingSoft.DataEntryControls.Engine.Annotations
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


[CanBeNullAttribute]
public string Expression { get; set; }
<CanBeNullAttribute> _
Public Property Expression As String
	Get
	Set
[CanBeNullAttribute]
public:
property String^ Expression {
	String^ get ();
	void set (String^ value);
}

Field Value

The expression.