[Visual Basic] Public Property ContextAttribute As String [C#] public string ContextAttribute { get; set; } [C++] public: __property String* get_ContextAttribute(); public: __property void set_ContextAttribute(String* ); [JScript] public function get ContextAttribute() : String public function set ContextAttribute(String);
Gets a string representing the Context attribute of the current ruleset.
Ruleset Class | XRules Namespace