Compartir a través de


TeamProjectCollectionProperties.ServicingTokensValue (Propiedad)

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

Sintaxis

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

Valor de propiedad

Tipo: array<Microsoft.TeamFoundation.Framework.Server.KeyValue<String, String>[]
Devuelva KeyValue<TKeyType, TValueType>.

Seguridad de .NET Framework

Vea también

Referencia

TeamProjectCollectionProperties Clase

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