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