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