Propriedade Item.Properties
Observação: esta API agora é obsoleta.
Propriedades
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxe
'Declaração
<ObsoleteAttribute("Please use the Attributes property instead", False)> _
Public Property Properties As StreamingCollection(Of PropertyValue)
[ObsoleteAttribute("Please use the Attributes property instead", false)]
public StreamingCollection<PropertyValue> Properties { get; set; }
Valor de propriedade
Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
Retorna StreamingCollection<T>.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.