This documentation is archived and is not being maintained.

PropertiesMergeSummary::MergedProperties Property

Null if there were conflicts

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

public:
property ReadOnlyCollection<PropertyValue^>^ MergedProperties {
	ReadOnlyCollection<PropertyValue^>^ get ();
	internal: void set (ReadOnlyCollection<PropertyValue^>^ value);
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<PropertyValue>
The read only collection of merged properties.

Show: