MergeEventArgs.PropertyValues Property
Gets a collecton of property values.
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>
A collection of property values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.