ExternalApplicationAppInitString.AttachThreadInput Property
Gets or sets a Boolean value that specifies whether the thread input is attached.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As ExternalApplicationAppInitString
Dim value As Boolean
value = instance.AttachThreadInput
instance.AttachThreadInput = value
Syntax
'Declaration
<DescriptionAttribute("Attach Thread Input")> _
<CategoryAttribute("Application Hosting")> _
<BrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
<DisplayNameAttribute("Attach Input Thread")> _
Public Property AttachThreadInput As Boolean
[DescriptionAttribute("Attach Thread Input")]
[CategoryAttribute("Application Hosting")]
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
[DisplayNameAttribute("Attach Input Thread")]
public bool AttachThreadInput { get; set; }
[DescriptionAttribute(L"Attach Thread Input")]
[CategoryAttribute(L"Application Hosting")]
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
[DisplayNameAttribute(L"Attach Input Thread")]
public:
property bool AttachThreadInput {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_AttachThreadInput ()
/** @property */
public void set_AttachThreadInput (boolean value)
public function get AttachThreadInput () : boolean
public function set AttachThreadInput (value : boolean)
Property Value
Type: Boolean
True if the input is attached, otherwise, false.
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
ExternalApplicationAppInitString Class
ExternalApplicationAppInitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.