[Visual Basic] MustOverride Public Property ID As String [C#] public abstract string ID { get; set; } [C++] public: abstract __property String* get_ID(); public: abstract __property void set_ID(String* ); [JScript] public abstract function get ID() : String public abstract function set ID(String);
Retrieves a string representing the ID of the rule.
RuleBase Class | XRules Namespace