Share via


PendingChange.SourceServerItem Property

If ChangeType is Rename this is the source of the rename If ChangeType is branch this is the source of the branch Otherwise this is the same as ServerItem

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property SourceServerItem As String
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public string SourceServerItem { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property String^ SourceServerItem {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member SourceServerItem : string with get, set
function get SourceServerItem () : String 
function set SourceServerItem (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Server Namespace