SPMobileAttendeesSpecificField.TrySaveFieldValue Method
Saves the PostValue property as the new value for the field.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function TrySaveFieldValue As Boolean
'Usage
Dim instance As SPMobileAttendeesSpecificField
Dim returnValue As Boolean
returnValue = instance.TrySaveFieldValue()
public override bool TrySaveFieldValue()
Return Value
Type: System.Boolean
true if the save operation is successful; otherwise, false.
Remarks
This override saves the value of the field after the next postback of the page. It also saves the ID of the login user when the current form is a New item form.
See Also
Reference
SPMobileAttendeesSpecificField Class