Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Property SelectedWorkItemType As String
public string SelectedWorkItemType { get; set; }
public:
property String^ SelectedWorkItemType {
    String^ get ();
    void set (String^ value);
}
member SelectedWorkItemType : string with get, set
function get SelectedWorkItemType () : String 
function set SelectedWorkItemType (value : String)
Property Value
Type: System.String
Returns 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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace