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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.