Compartilhar via


Propriedade BuildDefinition.Properties

Obtém os valores da propriedade anexada.

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (em Microsoft.TeamFoundation.Build.Server.dll)

Sintaxe

'Declaração
<ClientPropertyAttribute(ClientVisibility.Internal, PropertyName := "InternalProperties")> _
Public ReadOnly Property Properties As StreamingCollection(Of PropertyValue)
[ClientPropertyAttribute(ClientVisibility.Internal, PropertyName = "InternalProperties")]
public StreamingCollection<PropertyValue> Properties { get; }

Valor de propriedade

Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
Retorna StreamingCollection<T>.

Segurança do .NET Framework

Consulte também

Referência

BuildDefinition Classe

Namespace Microsoft.TeamFoundation.Build.Server