Conflict.YourServerItemSource Property

Gets or sets the source of the server item.

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

Syntax

'Declaration
Public Property YourServerItemSource As String
public string YourServerItemSource { get; set; }
public:
property String^ YourServerItemSource {
    String^ get ();
    void set (String^ value);
}
member YourServerItemSource : string with get, set
function get YourServerItemSource () : String 
function set YourServerItemSource (value : String)

Property Value

Type: System.String
The source of the server item.

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace