InfoConnect for Airlines
IsUserField Property (HostField)
Example 


Gets a value indicating whether the field is a user field.
Syntax
'Declaration
 
Public ReadOnly Property IsUserField As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsUserField
public bool IsUserField {get;}
Example
HostField host;
bool userField = host.IsUserField;
See Also