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