public KeyValuePair<string, string>[] Forms { get; set; }
Public Property Forms As KeyValuePair(Of String, String)() Get Set
member Forms : KeyValuePair<string, string>[] with get, set
In This Article