public string RefSection { get; set; }
Public Property RefSection As String
Get
Set
public:
virtual property String^ RefSection {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract RefSection : string with get, set
override RefSection : string with get, set