InfoConnect for Airlines
IsProtectedField Property (HostField)
Example 


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