'Declaration
<CanBeNullAttribute()> Public Property EUInfo As String()
'Usage
Dim instance As DAItemPropertyRecord Dim value() As String instance.EUInfo = value value = instance.EUInfo
[CanBeNull()] public string[] EUInfo {get; set;}
[CanBeNull()] public: property array<String^>^ EUInfo { array<String^>^ get(); void set ( array<String^>^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).