Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IView Interface / Description Property


In This Topic
Description Property (IView)
In This Topic
Gets or sets the description of the view.
Syntax
'Declaration
 
Property Description As String
 
'Usage
 
Dim instance As IView
Dim value As String
 
instance.Description = value
 
value = instance.Description
See Also