Public MustOverride ReadOnly Property Length As Long
Dim instance As Part
Dim value As Long
value = instance.Length
public abstract long Length {get;}
public: __property abstract long get_Length();
public:
abstract property int64 Length {
int64 get();
}