Del via


CustomerEntity.TargetContextManagerControl Property

Gets or sets the name of the hosted control that will process the context commands.

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As CustomerEntity
Dim value As String

value = instance.TargetContextManagerControl

instance.TargetContextManagerControl = value

Syntax

'Declaration
<XmlAttributeAttribute("TargetContextManagerControl")> _
Public Property TargetContextManagerControl As String
[XmlAttributeAttribute("TargetContextManagerControl")] 
public string TargetContextManagerControl { get; set; }
[XmlAttributeAttribute(L"TargetContextManagerControl")] 
public:
virtual property String^ TargetContextManagerControl {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public final String get_TargetContextManagerControl ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public final void set_TargetContextManagerControl (String value)
CompilerGeneratedAttribute 
public final function get TargetContextManagerControl () : String

CompilerGeneratedAttribute 
public final function set TargetContextManagerControl (value : String)

Property Value

Type: String

Remarks

This control must implement the IContextManager interface.

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

CustomerEntity Class
CustomerEntity Members
Microsoft.Uii.Desktop.Core Namespace

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