AutomationBridgeService.InstanceId Property
Gets or sets the instance ID.
Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)
Usage
'Usage
Dim instance As AutomationBridgeService
Dim value As Guid
value = instance.InstanceId
instance.InstanceId = value
Syntax
'Declaration
Public Property InstanceId As Guid
public Guid InstanceId { get; set; }
public:
property Guid InstanceId {
Guid get ();
void set (Guid value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Guid get_InstanceId ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_InstanceId (Guid value)
CompilerGeneratedAttribute
public function get InstanceId () : Guid
CompilerGeneratedAttribute
public function set InstanceId (value : Guid)
Property Value
Type: Guid
The instance id.
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
AutomationBridgeService Class
AutomationBridgeService Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.