Conflict.YourServerItemSource Property

TargetServerItemSource

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.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
Returns String.

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Server Namespace