Partilhar via


Propriedade Shelveset.Properties

Propriedades de conjunto de alterações.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

Shelveset Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server