DynamicsBaseHostedControl.controlHeader Property

Gets or sets the control header.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim value As UserControl

value = Me.controlHeader

Me.controlHeader = value

Syntax

'Declaration
Protected Property controlHeader As UserControl
protected UserControl controlHeader { get; set; }
protected:
property UserControl^ controlHeader {
    UserControl^ get ();
    void set (UserControl^ value);
}
/** @property */
protected UserControl get_controlHeader ()

/** @property */
protected void set_controlHeader (UserControl value)
protected function get controlHeader () : UserControl

protected function set controlHeader (value : UserControl)

Property Value

Type: UserControl.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

DynamicsBaseHostedControl Class
DynamicsBaseHostedControl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.