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