public string vPMC { get; set; }
Public Property vPMC As String Get Set Dim instance As med Dim value As String value = instance.vPMC instance.vPMC = value
public: property String^ vPMC { String^ get (); void set (String^ value); }
In This Article