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.AnnotationsAssembly: 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); }