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

See Also

Reference

CommonPageSummary Class

Microsoft.TeamFoundation.Controls.WPF Namespace