IList<string> RelatedComponents { get; set; }
Property RelatedComponents As IList(Of String) Get Set
property IList<String^>^ RelatedComponents { IList<String^>^ get (); void set (IList<String^>^ value); }