'Declaration
<BrowsableAttribute(False)> <CanBeNullAttribute()> <DefaultValueAttribute("")> Public ReadOnly Property ReadPointService As IReadPointService
'Usage
Dim instance As PointBinderCore Dim value As IReadPointService instance.ReadPointService = value value = instance.ReadPointService
[Browsable(false)] [CanBeNull()] [DefaultValue("")] public IReadPointService ReadPointService {get;}
[Browsable(false)] [CanBeNull()] [DefaultValue("")] public: property IReadPointService^ ReadPointService { IReadPointService^ get(); }