Class FieldCalculatedOptions
Available options for SharePoint Calculated fields
Inheritance
System.Object
FieldCalculatedOptions
Assembly: PnP.Core.dll
Syntax
public class FieldCalculatedOptions : 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>
|
Gets or sets a value that specifies the output format for the field.
Declaration
public FieldType OutputType { get; set; }
Property Value
Gets or sets whether the field must be shown as percentage.
Declaration
public bool? ShowAsPercentage { get; set; }
Property Value
System.Nullable<System.Boolean>
|