| C1.Win.C1Input Namespace > PostValidation Class : ErrorMessage Property |
'Declaration<C1DescriptionAttribute("Error message shown in the standard message box and/or in the exception.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <LocalizableAttribute(True)> Public Property ErrorMessage As String
'UsageDim instance As PostValidation Dim value As String instance.ErrorMessage = value value = instance.ErrorMessage
[C1Description("Error message shown in the standard message box and/or in the exception.")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public string ErrorMessage {get; set;}
[C1Description("Error message shown in the standard message box and/or in the exception.")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public: property String^ ErrorMessage { String^ get(); void set ( String^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2