protected string FooterValue { get; }
Protected ReadOnly Property FooterValue As String
Get
Dim value As String
value = Me.FooterValue
protected:
property String^ FooterValue {
String^ get ();
}
The base class implementation of the Footer property returns the value of this property.