IWorkItemInformationProvider.Message Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
ReadOnly Property Message As String
string Message { get; }
property String^ Message {
String^ get ();
}
abstract Message : string with get
function get Message () : 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
IWorkItemInformationProvider Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace