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