'Declaration
Public ReadOnly Property Length As Nullable(Of Long)
'Usage
Dim instance As FileSystemNodeTreePosition Dim value As Nullable(Of Long) value = instance.Length
public Nullable<long> Length {get;}
public: property Nullable<int64> Length { Nullable<int64> get(); }
Property Value
The default value of this property is null
.