'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the text displayed by the hosted control.")> Public Property ControlText As System.String
'Usage
Dim instance As NControlHostCommand Dim value As System.String instance.ControlText = value value = instance.ControlText
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the text displayed by the hosted control.")] public System.string ControlText {get; set;}