Share via


ConfigureWorkspaceGridViewModel.WorkspaceServerPathText Property

Get/set the server path text.

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
Public Property WorkspaceServerPathText As String
public string WorkspaceServerPathText { get; set; }
public:
property String^ WorkspaceServerPathText {
    String^ get ();
    void set (String^ value);
}
member WorkspaceServerPathText : string with get, set
function get WorkspaceServerPathText () : String 
function set WorkspaceServerPathText (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ConfigureWorkspaceGridViewModel Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace