RemoteAppInitString.AlternateTopLevelWindowClass Property

Gets or sets the alternate top level window class.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As RemoteAppInitString
Dim value As String

value = instance.AlternateTopLevelWindowClass

instance.AlternateTopLevelWindowClass = value

Syntax

'Declaration
<CategoryAttribute("Alternate Top Level Window")> _
<BrowsableAttribute(True)> _
<DisplayNameAttribute("FindWindow Class")> _
<DescriptionAttribute("Class specified will be used to find the top-level window")> _
Public Property AlternateTopLevelWindowClass As String
[CategoryAttribute("Alternate Top Level Window")] 
[BrowsableAttribute(true)] 
[DisplayNameAttribute("FindWindow Class")] 
[DescriptionAttribute("Class specified will be used to find the top-level window")] 
public string AlternateTopLevelWindowClass { get; set; }
[CategoryAttribute(L"Alternate Top Level Window")] 
[BrowsableAttribute(true)] 
[DisplayNameAttribute(L"FindWindow Class")] 
[DescriptionAttribute(L"Class specified will be used to find the top-level window")] 
public:
property String^ AlternateTopLevelWindowClass {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_AlternateTopLevelWindowClass ()

/** @property */
public void set_AlternateTopLevelWindowClass (String value)
public function get AlternateTopLevelWindowClass () : String

public function set AlternateTopLevelWindowClass (value : String)

Property Value

Type: String

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

RemoteAppInitString Class
RemoteAppInitString Members
Microsoft.Uii.Common Namespace

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