Reflection
InstanceId Property (IView)


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
Guid InstanceId {get;}
See Also