| C1.Win.C1Input Namespace > PreValidation Class : PatternString Property |
'Declaration<C1DescriptionAttribute("String containing the validation pattern.")> <DefaultValueAttribute()> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <LocalizableAttribute(True)> Public Property PatternString As String
'UsageDim instance As PreValidation Dim value As String instance.PatternString = value value = instance.PatternString
[C1Description("String containing the validation pattern.")] [DefaultValue()] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public string PatternString {get; set;}
[C1Description("String containing the validation pattern.")] [DefaultValue()] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public: property String^ PatternString { 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