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