'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Public Property ReadAttribute As UAReadAttribute
'Usage
Dim instance As UATypeMappingDefinition Dim value As UAReadAttribute instance.ReadAttribute = value value = instance.ReadAttribute
[JetBrains.Annotations.CanBeNull()] public UAReadAttribute ReadAttribute {get; set;}
[JetBrains.Annotations.CanBeNull()] public: property UAReadAttribute^ ReadAttribute { UAReadAttribute^ get(); void set ( UAReadAttribute^ value); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).