CommonPageSummary.SummaryDescription Property
Get the description for the summary. This is the text to be displayed at the top of the summary grid.
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property SummaryDescription As String
public string SummaryDescription { get; set; }
public:
property String^ SummaryDescription {
String^ get ();
void set (String^ value);
}
member SummaryDescription : string with get, set
function get SummaryDescription () : String
function set SummaryDescription (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.