Get/set the data name used to test the logic
[Visual Basic] Public Property PropertyName As String [C#] public string PropertyName { get; set; } [C++] public: __property String* get_PropertyName(); public: __property void set_PropertyName(String* ); [JScript] public function get PropertyName() : String public function set PropertyName(String);
ContainmentLogicRule Class | Portrate.Interview.Model.Rules Namespace