MergeEventArgs.Attributes Property

Gets the attributes of the MergeEventArgs.

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>
A collection of attributes.

.NET Framework Security

See Also

Reference

MergeEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace