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

'宣言
Public Property VisualStudioServerNamespace As String
    Get
    Set
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

See Also

Reference

ArtifactId Class

Microsoft.TeamFoundation Namespace