RemoteAppInitString.AlternateTopLevelWindowCaption Property
Gets or sets the alternate top level window caption.
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.AlternateTopLevelWindowCaption
instance.AlternateTopLevelWindowCaption = value
Syntax
'Declaration
<DisplayNameAttribute("Caption")> _
<DescriptionAttribute("Caption specified will be used to find the top-level window")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("Alternate Top Level Window")> _
Public Property AlternateTopLevelWindowCaption As String
[DisplayNameAttribute("Caption")]
[DescriptionAttribute("Caption specified will be used to find the top-level window")]
[BrowsableAttribute(true)]
[CategoryAttribute("Alternate Top Level Window")]
public string AlternateTopLevelWindowCaption { get; set; }
[DisplayNameAttribute(L"Caption")]
[DescriptionAttribute(L"Caption specified will be used to find the top-level window")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"Alternate Top Level Window")]
public:
property String^ AlternateTopLevelWindowCaption {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_AlternateTopLevelWindowCaption ()
/** @property */
public void set_AlternateTopLevelWindowCaption (String value)
public function get AlternateTopLevelWindowCaption () : String
public function set AlternateTopLevelWindowCaption (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.