CatalogResource.PropertyPairs Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property PropertyPairs As List(Of KeyValue(Of String, String))
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<KeyValue<string, string>> PropertyPairs { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<KeyValue<String^, String^>^>^ PropertyPairs {
    List<KeyValue<String^, String^>^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member PropertyPairs : List<KeyValue<string, string>>
function get PropertyPairs () : List<KeyValue<String, String>>

Property Value

Type: System.Collections.Generic.List<KeyValue<String, String>>

.NET Framework Security

See Also

Reference

CatalogResource Class

Microsoft.TeamFoundation.Framework.Server Namespace