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