RemoteAppInitString.LimitToProcessId Property
Gets or sets a value indicating whether there are limits to the process id for the main process when searching for a window handle.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As RemoteAppInitString
Dim value As Boolean
value = instance.LimitToProcessId
instance.LimitToProcessId = value
Syntax
'Declaration
<BrowsableAttribute(True)> _
<DescriptionAttribute("Limits to the process Id for the main process when searching for a window handle.")> _
<CategoryAttribute("Alternate Top Level Window")> _
<DisplayNameAttribute("Limit to Process?")> _
Public Property LimitToProcessId As Boolean
[BrowsableAttribute(true)]
[DescriptionAttribute("Limits to the process Id for the main process when searching for a window handle.")]
[CategoryAttribute("Alternate Top Level Window")]
[DisplayNameAttribute("Limit to Process?")]
public bool LimitToProcessId { get; set; }
[BrowsableAttribute(true)]
[DescriptionAttribute(L"Limits to the process Id for the main process when searching for a window handle.")]
[CategoryAttribute(L"Alternate Top Level Window")]
[DisplayNameAttribute(L"Limit to Process?")]
public:
property bool LimitToProcessId {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_LimitToProcessId ()
/** @property */
public void set_LimitToProcessId (boolean value)
public function get LimitToProcessId () : boolean
public function set LimitToProcessId (value : boolean)
Property Value
Type: Boolean
True if there are limits to the process ID, 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
RemoteAppInitString Class
RemoteAppInitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.