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