QueryFolder Constructor (String)
Initializes a new QueryFolder instance.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
public QueryFolder(
string name
)
public:
QueryFolder(
String^ name
)
new :
name:string -> QueryFolder
public function QueryFolder(
name : String
)
Parameters
name
Type: System.StringThe name of the query folder.
Remarks
Creates a new QueryFolder object with no parent (not attached to the hierarchy).
This method will throw an exception if the name is invalid.
.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.