Share via


SplitButton.Target Property

Gets or sets the target.

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

Usage

'Usage
Dim instance As SplitButton
Dim value As UIElement

value = instance.Target

instance.Target = value

Syntax

'Declaration
Public Property Target As UIElement
public UIElement Target { get; set; }
public:
property UIElement^ Target {
    UIElement^ get ();
    void set (UIElement^ value);
}
/** @property */
public UIElement get_Target ()

/** @property */
public void set_Target (UIElement value)
public function get Target () : UIElement

public function set Target (value : UIElement)

Property Value

Type: UIElement

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

SplitButton Class
SplitButton Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

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