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
- 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.