Freigeben über


Change.Properties-Eigenschaft

Hinweis: Diese API ist mittlerweile veraltet.

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

Syntax

'Declaration
<ObsoleteAttribute("Please use the Attributes property to access the change properties")> _
Public Property Properties As StreamingCollection(Of PropertyValue)
[ObsoleteAttribute("Please use the Attributes property to access the change properties")]
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

Change Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace