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 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.