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