A string containing the message that should be thrown if the maximum number occurrences of the target is not fulfilled.
[Visual Basic] Public Property ErrorMessage_MaxOccurs As String [C#] public string ErrorMessage_MaxOccurs { get; set; } [C++] public: __property String* get_ErrorMessage_MaxOccurs(); public: __property void set_ErrorMessage_MaxOccurs(String* ); [JScript] public function get ErrorMessage_MaxOccurs() : String public function set ErrorMessage_MaxOccurs(String);
BindRule Class | XRules Namespace