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