Freigeben über


GetOperation.Properties-Eigenschaft

Hinweis: Diese API ist mittlerweile veraltet.

Attribute

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

Syntax

'Declaration
<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; }

Eigenschaftswert

Typ: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
Gibt StreamingCollection<T> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GetOperation Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace