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