This documentation is archived and is not being maintained.

Conflict::BaseProperties Property

Properties for BaseServerItem. Not populated until DownloadProperties() or GetPropertiesMergeSummary is called.

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

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

Show: