Reflection
Id Property (SmartControl)


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