This documentation is archived and is not being maintained.
PropertiesMergeSummary::MergedProperties Property
Visual Studio 2013
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.
- 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.
Show: