'Declaration
<CanBeNullAttribute()> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> Public Shadows ReadOnly Property MappingSource As UAClientDataMappingSource
'Usage
Dim instance As UAClientDataMapping Dim value As UAClientDataMappingSource instance.MappingSource = value value = instance.MappingSource
[CanBeNull()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] public new UAClientDataMappingSource MappingSource {get;}
[CanBeNull()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] public: new property UAClientDataMappingSource^ MappingSource { UAClientDataMappingSource^ get(); }