ArtifactId.VisualStudioServerNamespace Property
Gets or sets the name of the Visual Studio server namespace that contains the specified artifact.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Property VisualStudioServerNamespace As String
'Usage
Dim instance As ArtifactId
Dim value As String
value = instance.VisualStudioServerNamespace
instance.VisualStudioServerNamespace = value
public string VisualStudioServerNamespace { get; set; }
public:
property String^ VisualStudioServerNamespace {
String^ get ();
void set (String^ value);
}
public function get VisualStudioServerNamespace () : String
public function set VisualStudioServerNamespace (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.