Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / HostField Class / IsMandatoryFillField Property
Example


In This Topic
IsMandatoryFillField Property (HostField)
In This Topic
Gets a value indicating whether the field is a mandatory fill field.
Syntax
'Declaration
 
Public ReadOnly Property IsMandatoryFillField As Boolean
 
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsMandatoryFillField
Example
HostField host;
bool fillField = host.IsMandatoryFillField;
See Also