public List<string> SupportedFormats { get; }
Public ReadOnly Property SupportedFormats As List(Of String) Get
public: property List<String^>^ SupportedFormats { List<String^>^ get (); }
member SupportedFormats : List<string> with get
In This Article