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

MacroAttribute..::..Target Property

Identifies the target parameter of a source template if the MacroAttribute is applied on a template method.

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

Syntax


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

Field Value

The target.