'Declaration
<NotNullAttribute()> Public Property Culture As CultureInfo
'Usage
Dim instance As LinkingTarget Dim value As CultureInfo instance.Culture = value value = instance.Culture
[NotNull()] public CultureInfo Culture {get; set;}
[NotNull()] public: property CultureInfo^ Culture { CultureInfo^ get(); void set ( CultureInfo^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).