Class FieldCurrencyOptions
Available options for SharePoint Currency fields
Inheritance
System.Object
FieldCurrencyOptions
Assembly: PnP.Core.dll
Syntax
public class FieldCurrencyOptions : CommonFieldOptions
Properties
Gets or sets a value that specifies the language code identifier (LCID) used to format the value of the field.
Declaration
public int? CurrencyLocaleId { get; set; }
Property Value
System.Nullable<System.Int32>
|
How many decimals to show
Declaration
public int? Decimals { get; set; }
Property Value
System.Nullable<System.Int32>
|