Change<T>.SourceServerItem Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SourceServerItem As String
[DataMemberAttribute(EmitDefaultValue = false)]
public string SourceServerItem { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ SourceServerItem {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(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
- 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.