SPMobileAttendeesSpecificField.CreateValidators Method
Does nothing.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function CreateValidators As BaseValidator()
'Usage
Dim returnValue As BaseValidator()
returnValue = Me.CreateValidators()
protected override BaseValidator[] CreateValidators()
Return Value
Type: []
The array of the BaseValidator objects that can be used to validate all or parts of the value of the field.
Remarks
This override always returns a null reference (Nothing in Visual Basic).
See Also
Reference
SPMobileAttendeesSpecificField Class