This documentation is archived and is not being maintained.

Conflict::YourProperties Property

Properties for YourServerItem. 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^>^ YourProperties {
	ReadOnlyCollection<PropertyValue^>^ get ();
	private: void set (ReadOnlyCollection<PropertyValue^>^ value);
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<PropertyValue>
Gets or sets the properties for YourServerItem.

Show: