Compartir a través de


CatalogResource.PropertyPairs (Propiedad)

Contenedor para pasar los valores de propiedad sobre el servicio web en.

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property PropertyPairs As List(Of KeyValue(Of String, String))
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<KeyValue<string, string>> PropertyPairs { get; }

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

CatalogResource Clase

Microsoft.TeamFoundation.Server.Core (Espacio de nombres)