public Vol[] vol { get; set; }Public Property vol As Vol()
Get
Set
Dim instance As transp
Dim value As Vol()
value = instance.vol
instance.vol = valuepublic:
property array<Vol^>^ vol {
array<Vol^>^ get ();
void set (array<Vol^>^ value);
}