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