SOApplicationClassIsFeatureHiddenByMe Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual bool this[
string i_Key
] { get; }
Public Overridable ReadOnly Property IsFeatureHiddenByMe (
i_Key As String
) As Boolean
Get
Dim instance As SOApplicationClass
Dim i_Key As String
Dim value As Boolean
value = instance.IsFeatureHiddenByMe(i_Key)
public:
virtual property bool IsFeatureHiddenByMe[[InAttribute] String^ i_Key] {
bool get ([InAttribute] String^ i_Key);
}
Parameters
- i_Key
- Type: SystemString
Property Value
Type:
BooleanImplements
IApplicationIsFeatureHiddenByMeString
See Also