Public Property Properties As List(Of String)
Dim instance As BaseCompositeIndex(Of T) Dim value As List(Of String) instance.Properties = value value = instance.Properties
public List<string> Properties {get; set;}
public: property List<String^>^ Properties { List<String^>^ get(); void set ( List<String^>^ value); }