public string fone { get; set; }Public Property fone As String
Get
Set
Dim instance As TLocal
Dim value As String
value = instance.fone
instance.fone = valuepublic:
property String^ fone {
String^ get ();
void set (String^ value);
}