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