Share via


HistoryEntry<T>.ServerItem Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

HistoryEntry<T> Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace