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