public abstract string FullName { get; }
Public MustOverride ReadOnly Property FullName As String Get
public: virtual property String^ FullName { String^ get () abstract; }