Reflection
Description Property (IUiControl)


Gets or sets the description associated with the control.
Syntax
'Declaration
 
Property Description As String
'Usage
 
Dim instance As IUiControl
Dim value As String
 
instance.Description = value
 
value = instance.Description
string Description {get; set;}
See Also