InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / HostField Class / IsProtectedField Property
Example


In This Topic
    IsProtectedField Property (HostField)
    In This Topic
    Gets a value indicating whether the field is a protected field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsProtectedField As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsProtectedField
    public bool IsProtectedField {get;}
    Example
    HostField host;
    bool protectField = host.IsProtectField;
    See Also