[Visual Basic] Public Property Target As String [C#] public string Target { get; set; } [C++] public: __property String* get_Target(); public: __property void set_Target(String* ); [JScript] public function get Target() : String public function set Target(String);
A string describing the target element on which the rule applies. This string is the name of the XML element.
CalculateRule Class | XRules Namespace