Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Overridable Function SetStatusText ( _
    href As String _
) As Boolean
protected virtual bool SetStatusText(
    string href
)
protected:
virtual bool SetStatusText(
    String^ href
)
abstract SetStatusText : 
        href:string -> bool  
override SetStatusText : 
        href:string -> bool
protected function SetStatusText(
    href : String
) : boolean
Parameters
- href
 Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
.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