IRelationValidationMessage Property |
get validation message, if empty model will think it is ok to save
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring ValidationMessage { get; set; }
Property ValidationMessage As String
Get
Set
Dim instance As IRelation
Dim value As String
value = instance.ValidationMessage
instance.ValidationMessage = value
property String^ ValidationMessage {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also