Change.Properties Property

Note: This API is now obsolete.

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; }
[ObsoleteAttribute(L"Please use the Attributes property to access the change properties")]
public:
property StreamingCollection<PropertyValue^>^ Properties {
    StreamingCollection<PropertyValue^>^ get ();
    void set (StreamingCollection<PropertyValue^>^ value);
}
[<ObsoleteAttribute("Please use the Attributes property to access the change properties")>]
member Properties : StreamingCollection<PropertyValue> with get, set
function get Properties () : StreamingCollection<PropertyValue>
function set Properties (value : StreamingCollection<PropertyValue>)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
Returns StreamingCollection<T>.

.NET Framework Security

See Also

Reference

Change Class

Microsoft.TeamFoundation.VersionControl.Server Namespace