Item.PropertyValues Property

Gets the property values associated with the item.

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

Syntax

'Declaration
Public ReadOnly Property PropertyValues As ReadOnlyCollection(Of PropertyValue)
public ReadOnlyCollection<PropertyValue> PropertyValues { get; }
public:
property ReadOnlyCollection<PropertyValue^>^ PropertyValues {
    ReadOnlyCollection<PropertyValue^>^ get ();
}
member PropertyValues : ReadOnlyCollection<PropertyValue> with get
function get PropertyValues () : ReadOnlyCollection<PropertyValue>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<PropertyValue>
The property values associated with the item.

.NET Framework Security

See Also

Reference

Item Class

Microsoft.TeamFoundation.VersionControl.Client Namespace