Share via


Change.PropertyValues Property

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

Syntax

'Declaration
Public Property PropertyValues As StreamingCollection(Of PropertyValue)
public StreamingCollection<PropertyValue> PropertyValues { get; set; }
public:
property StreamingCollection<PropertyValue^>^ PropertyValues {
    StreamingCollection<PropertyValue^>^ get ();
    void set (StreamingCollection<PropertyValue^>^ value);
}
member PropertyValues : StreamingCollection<PropertyValue> with get, set
function get PropertyValues () : StreamingCollection<PropertyValue>
function set PropertyValues (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