InfoConnect for Airlines
IsMandatoryEntryField Property (HostField)
Example 


Gets a value that indicates whether the field is a mandatory entry field.
Syntax
'Declaration
 
Public ReadOnly Property IsMandatoryEntryField As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsMandatoryEntryField
public bool IsMandatoryEntryField {get;}
Example
HostField host;
bool entryField = host.IsMandatoryEntryfield;
See Also