SPMobileCalculatedField.CalculatedField Property
Gets the field that the SPMobileCalculatedField control is rendering.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CalculatedField As SPFieldCalculated
Get
'Usage
Dim instance As SPMobileCalculatedField
Dim value As SPFieldCalculated
value = instance.CalculatedField
public SPFieldCalculated CalculatedField { get; }
Property Value
Type: Microsoft.SharePoint.SPFieldCalculated
An SPFieldCalculated 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 SPFieldCalculated is already done.