Reflection
Id Property (ISmartControl)


Gets the unique id for this SmartUx control.
Syntax
'Declaration
 
ReadOnly Property Id As String
'Usage
 
Dim instance As ISmartControl
Dim value As String
 
value = instance.Id
string Id {get;}
See Also