'Declaration
<CanBeNullAttribute()> <TypeConverterAttribute(System.ComponentModel.CultureInfoConverter)> Public Property Culture As CultureInfo
'Usage
Dim instance As AbstractBinding Dim value As CultureInfo instance.Culture = value value = instance.Culture
[CanBeNull()] [TypeConverter(System.ComponentModel.CultureInfoConverter)] public CultureInfo Culture {get; set;}
[CanBeNull()] [TypeConverter(System.ComponentModel.CultureInfoConverter)] public: property CultureInfo^ Culture { CultureInfo^ get(); void set ( CultureInfo^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.