WorkItemInformationProvider.Message Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property Message As String
public virtual string Message { get; }
public:
virtual property String^ Message {
    String^ get ();
}
abstract Message : string with get 
override Message : string with get
function get Message () : String

Property Value

Type: System.String
Returns String.

Implements

IWorkItemInformationProvider.Message

.NET Framework Security

See Also

Reference

WorkItemInformationProvider Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace