SilverlightRow.Header Property

Gets the header for the row.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Header As UITestControl
    Get
public virtual UITestControl Header { get; }
public:
virtual property UITestControl^ Header {
    UITestControl^ get ();
}
abstract Header : UITestControl
override Header : UITestControl
function get Header () : UITestControl

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
The header for the row.

.NET Framework Security

See Also

Reference

SilverlightRow Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace