Reflection
EnablePlus Property


Enable or disable Plus feature.
Syntax
'Declaration
 
Property EnablePlus As Boolean
'Usage
 
Dim instance As IView
Dim value As Boolean
 
instance.EnablePlus = value
 
value = instance.EnablePlus
bool EnablePlus {get; set;}
See Also