protected abstract string XmlElementNameInternal { get; }
Protected MustOverride ReadOnly Property XmlElementNameInternal As String
Get
protected:
virtual property String^ XmlElementNameInternal {
String^ get () abstract;
}
abstract XmlElementNameInternal : string with get