Share via


ClientArtifact.ServerItem Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public Property ServerItem As String
public string ServerItem { get; set; }
public:
property String^ ServerItem {
    String^ get ();
    void set (String^ value);
}
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

ClientArtifact Class

Microsoft.TeamFoundation.VersionControl.Common Namespace