MacroAttribute..::..Expression Property
Allows specifying a macro that will be executed for a source template
parameter when the template is expanded.
Namespace:
RingSoft.DbLookup.Controls.WPF.PropertiesAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.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); }