FieldCurrency Class
Specifies a field that contains currency values.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Field
Microsoft.SharePoint.Client.FieldNumber
Microsoft.SharePoint.Client.FieldCurrency
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.FieldCurrency", ServerTypeId := "{e03ca5f6-5f18-47f3-8ab4-74caba56ee1e}")> _
Public Class FieldCurrency _
Inherits FieldNumber
'Usage
Dim instance As FieldCurrency
[ScriptTypeAttribute("SP.FieldCurrency", ServerTypeId = "{e03ca5f6-5f18-47f3-8ab4-74caba56ee1e}")]
public class FieldCurrency : FieldNumber
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.