public SnesRomCountry Country { get; set; }
Public Property Country As SnesRomCountry
Get
Set
Dim instance As SnesRom
Dim value As SnesRomCountry
value = instance.Country
instance.Country = value
public:
property SnesRomCountry^ Country {
SnesRomCountry^ get ();
void set (SnesRomCountry^ value);
}
member Country : SnesRomCountry with get, set
No code example is currently available or this language may not be supported.