'Declaration
<CanBeNullAttribute()> Public Shadows ReadOnly Property MappingSource As UAClientDataMappingSource
'Usage
Dim instance As UAClientDataMapping Dim value As UAClientDataMappingSource instance.MappingSource = value value = instance.MappingSource
[CanBeNull()] public new UAClientDataMappingSource MappingSource {get;}
[CanBeNull()] public: new property UAClientDataMappingSource^ MappingSource { UAClientDataMappingSource^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.