public string? Url { get; set; }Public Property Url As String
Get
Setpublic:
virtual property String^ Url {
String^ get () sealed;
void set (String^ value) sealed;
}abstract Url : string with get, set
override Url : string with get, set