Share via


QueryDefinition.CommandType Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property CommandType As String
'Usage
Dim instance As QueryDefinition 
Dim value As String 

value = instance.CommandType

instance.CommandType = value
public string CommandType { get; set; }
public:
property String^ CommandType {
    String^ get ();
    void set (String^ value);
}
public function get CommandType () : String 
public function set CommandType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

QueryDefinition Class

QueryDefinition Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace