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