Share via


Change.SourceServerItem Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "sourceServerItem", EmitDefaultValue := False)> _
Public Property SourceServerItem As String
[DataMemberAttribute(Name = "sourceServerItem", EmitDefaultValue = false)]
public string SourceServerItem { get; set; }
[DataMemberAttribute(Name = L"sourceServerItem", EmitDefaultValue = false)]
public:
property String^ SourceServerItem {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "sourceServerItem", EmitDefaultValue = false)>]
member SourceServerItem : string with get, set
function get SourceServerItem () : String 
function set SourceServerItem (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Change Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace