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