Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IView Interface / InstanceId Property


In This Topic
InstanceId Property (IView)
In This Topic
Gets the instance ID of the view.
Syntax
'Declaration
 
ReadOnly Property InstanceId As Guid
 
'Usage
 
Dim instance As IView
Dim value As Guid
 
value = instance.InstanceId
See Also