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