Freigeben über


CatalogResource.PropertyPairs-Eigenschaft

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
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; }

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

CatalogResource Klasse

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace