IWbsFieldsRepository.GetField Method

Gets a field with a specified IWbsField.NumericID.
Function GetField( _ 
ByVal fieldNumericID As Integer
) As IWbsField
This language is not supported or no code example is available.
IWbsField GetField( 
int fieldNumericID 
)
This language is not supported or no code example is available.

Parameters

fieldNumericID
int

The IWbsField.NumericID of the field to be retrieved.

Return Value

IWbsField

The found field or null reference (Nothing in Visual Basic) if not found.

Remarks
 
This method returns also reserved fields accessible from ReservedVirtualFields property.
Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition