SPMobileComputedField.ComputedField Property

Gets the field that the SPMobileComputedField control is rendering.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property ComputedField As SPFieldComputed
    Get
'Usage
Dim value As SPFieldComputed

value = Me.ComputedField
protected virtual SPFieldComputed ComputedField { get; }

Property Value

Type: Microsoft.SharePoint.SPFieldComputed
An SPFieldComputed 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 SPFieldComputed is already done.

See Also

Reference

SPMobileComputedField Class

SPMobileComputedField Members

Microsoft.SharePoint.MobileControls Namespace