C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / Tag Property


In This Topic
Tag Property (FlexViewer)
In This Topic
Syntax
'Declaration
 
Public Overridable Property Tag As Java.Lang.Object
 
'Usage
 
Dim instance As FlexViewer
Dim value As Java.Lang.Object
 
instance.Tag = value
 
value = instance.Tag
See Also