'Declaration
<BrowsableAttribute(False)> <CanBeNullAttribute()> Public ReadOnly Property ReadPointService As IReadPointService
'Usage
Dim instance As PointBinderCore Dim value As IReadPointService instance.ReadPointService = value value = instance.ReadPointService
[Browsable(false)] [CanBeNull()] public IReadPointService ReadPointService {get;}
[Browsable(false)] [CanBeNull()] public: property IReadPointService^ ReadPointService { IReadPointService^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.