IContactValidationMessage Property |
get validation message, if empty model will think it is ok to save
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring ValidationMessage { get; set; }
Property ValidationMessage As String
Get
Set
Dim instance As IContact
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