
C# | Visual Basic | Visual C++ |
public SourceType[] Sources { get; set; }
Public Property Sources As SourceType()
public: property array<SourceType>^ Sources { array<SourceType>^ get (); void set (array<SourceType>^ value); }

C# | Visual Basic | Visual C++ |
public SourceType[] Sources { get; set; }
Public Property Sources As SourceType()
public: property array<SourceType>^ Sources { array<SourceType>^ get (); void set (array<SourceType>^ value); }