SPMobileNoteField.MultiLineTextField Property
Gets the field that the SPMobileNoteField control is rendering.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property MultiLineTextField As SPFieldMultiLineText
Get
'Usage
Dim instance As SPMobileNoteField
Dim value As SPFieldMultiLineText
value = instance.MultiLineTextField
public SPFieldMultiLineText MultiLineTextField { get; }
Property Value
Type: Microsoft.SharePoint.SPFieldMultiLineText
An SPFieldMultiLineText that represents the field that is being rendered.
Remarks
Calling code should use this property rather than the inherited Field property because the cast from SPField to SPFieldMultiLineText is already done.