ICriteriaGetUdefCriterion Method |
Get an existing criterion for a userdefined field
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxICriterion GetUdefCriterion(
EnUDefType UDefType,
string FieldLabel
)
Function GetUdefCriterion (
UDefType As EnUDefType,
FieldLabel As String
) As ICriterion
Dim instance As ICriteria
Dim UDefType As EnUDefType
Dim FieldLabel As String
Dim returnValue As ICriterion
returnValue = instance.GetUdefCriterion(UDefType,
FieldLabel)
ICriterion^ GetUdefCriterion(
[InAttribute] EnUDefType UDefType,
[InAttribute] String^ FieldLabel
)
Parameters
- UDefType
- Type: SuperOffice.COM.ApplicationEnUDefType
- FieldLabel
- Type: SystemString
Return Value
Type:
ICriterion
See Also