Reflection
InstanceId Property (IControl)


Gets the instance ID of the control.
Syntax
'Declaration
 
ReadOnly Property InstanceId As Guid
'Usage
 
Dim instance As IControl
Dim value As Guid
 
value = instance.InstanceId
Guid InstanceId {get;}

Property Value

A Guid that uniquely indentifies the control.
See Also