IApplicationIsFeatureHidden Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool this[
string i_Key
] { get; }
ReadOnly Property IsFeatureHidden (
i_Key As String
) As Boolean
Get
Dim instance As IApplication
Dim i_Key As String
Dim value As Boolean
value = instance.IsFeatureHidden(i_Key)
property bool IsFeatureHidden[[InAttribute] String^ i_Key] {
bool get ([InAttribute] String^ i_Key);
}
Parameters
- i_Key
- Type: SystemString
Property Value
Type:
Boolean
See Also