1 – Normal
2 – Cancelado
public string status { get; set; }Public Property status As String
Get
Set
Dim instance As InfRps
Dim value As String
value = instance.status
instance.status = valuepublic:
property String^ status {
String^ get ();
void set (String^ value);
}