Share via


SPMobileCurrencyField.CurrencyField Property

Gets the field that the SPMobileCurrencyField control is rendering.

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

Syntax

'Declaration
Public ReadOnly Property CurrencyField As SPFieldCurrency
    Get
'Usage
Dim instance As SPMobileCurrencyField
Dim value As SPFieldCurrency

value = instance.CurrencyField
public SPFieldCurrency CurrencyField { get; }

Property Value

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

See Also

Reference

SPMobileCurrencyField Class

SPMobileCurrencyField Members

Microsoft.SharePoint.MobileControls Namespace