'DeclarationReadOnly Property List As System.String()
'UsageDim instance As IControlFormat Dim value() As System.String value = instance.List
System.string[] List {get;}
read-only property List: System.array of String;
function get List : System.String[]
            __property System.string*[]* get_List();
            property System.array<String^>^ List {
   System.array<String^>^ get();
}