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