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