INumbersIsActive Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool this[
string TableAndFieldName
] { get; set; }
Property IsActive (
TableAndFieldName As String
) As Boolean
Get
Set
Dim instance As INumbers
Dim TableAndFieldName As String
Dim value As Boolean
value = instance.IsActive(TableAndFieldName)
instance.IsActive(TableAndFieldName) = value
property bool IsActive[[InAttribute] String^ TableAndFieldName] {
bool get ([InAttribute] String^ TableAndFieldName);
void set ([InAttribute] String^ TableAndFieldName, bool value);
}
Parameters
- TableAndFieldName
- Type: SystemString
Property Value
Type:
Boolean
See Also