[XmlElement("Translation")] public TranslationType[] Translation {get; set;}
[XmlElement("Translation")] public: property array<TranslationType^>^ Translation { array<TranslationType^>^ get(); void set ( array<TranslationType^>^ value); }
'Declaration
<XmlElementAttribute("Translation")> Public Property Translation As TranslationType()
'Usage
Dim instance As UAVariable Dim value() As TranslationType instance.Translation = value value = instance.Translation