IWorkItemDocument.InfobarText Property

Namespace:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)

Syntax

'Declaration
Property InfobarText As String
string InfobarText { get; set; }
property String^ InfobarText {
    String^ get ();
    void set (String^ value);
}
abstract InfobarText : string with get, set
function get InfobarText () : String 
function set InfobarText (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

IWorkItemDocument Interface

Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace