InfoConnect for Unisys
IsDupField Property (HostField)
Example 


Gets a value indicating whether the field is a duplicate format control order field.
Syntax
'Declaration
 
Public ReadOnly Property IsDupField As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsDupField
public bool IsDupField {get;}
Example
HostField host;
bool dupField = host.IsDupField;
See Also