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