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