ArtifactId.VisualStudioServerNamespace Property
Gets or sets the namespace of the Visual Studio Team Foundation Server.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Property VisualStudioServerNamespace As String
public string VisualStudioServerNamespace { get; set; }
public:
property String^ VisualStudioServerNamespace {
String^ get ();
void set (String^ value);
}
member VisualStudioServerNamespace : string with get, set
function get VisualStudioServerNamespace () : String
function set VisualStudioServerNamespace (value : String)
Property Value
Type: System.String
The namespace of the Visual Studio Team Foundation Server.
.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.