Item.Attributes Property

Gets the attributes 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 Attributes As ReadOnlyCollection(Of PropertyValue)
public ReadOnlyCollection<PropertyValue> Attributes { get; }
public:
property ReadOnlyCollection<PropertyValue^>^ Attributes {
    ReadOnlyCollection<PropertyValue^>^ get ();
}
member Attributes : ReadOnlyCollection<PropertyValue> with get
function get Attributes () : ReadOnlyCollection<PropertyValue>

Property Value

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

.NET Framework Security

See Also

Reference

Item Class

Microsoft.TeamFoundation.VersionControl.Client Namespace