public List<string> BlackGuids { get; set; }
Public Property BlackGuids As List(Of String) Get Set
public: property List<String^>^ BlackGuids { List<String^>^ get (); void set (List<String^>^ value); }