Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the field that the SPMobileFileField control is rendering.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FileField As SPFieldFile
Get
'Usage
Dim instance As SPMobileFileField
Dim value As SPFieldFile
value = instance.FileField
public SPFieldFile FileField { get; }
Property Value
Type: Microsoft.SharePoint.SPFieldFile
An SPFieldFile that represents the field that is being rendered.
Remarks
Calling code should use this property rather than the inherited Field because the cast from SPField to SPFieldFile is already done.