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)

Syntax

'Declaration
Public Property YourProperties As ReadOnlyCollection(Of PropertyValue)
public ReadOnlyCollection<PropertyValue> YourProperties { get; private set; }
public:
property ReadOnlyCollection<PropertyValue^>^ YourProperties {
    ReadOnlyCollection<PropertyValue^>^ get ();
    private: void set (ReadOnlyCollection<PropertyValue^>^ value);
}
member YourProperties : ReadOnlyCollection<PropertyValue> with get, private set
function get YourProperties () : ReadOnlyCollection<PropertyValue>
private function set YourProperties (value : ReadOnlyCollection<PropertyValue>)

Property Value

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

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace