IntegerAttributeMetadata.Format Property

Definition

Gets or sets the format options for the integer attribute.

public:
 property Nullable<Microsoft::Xrm::Sdk::Metadata::IntegerFormat> Format { Nullable<Microsoft::Xrm::Sdk::Metadata::IntegerFormat> get(); void set(Nullable<Microsoft::Xrm::Sdk::Metadata::IntegerFormat> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.IntegerFormat? Format { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Format : Nullable<Microsoft.Xrm.Sdk.Metadata.IntegerFormat> with get, set
Public Property Format As Nullable(Of IntegerFormat)

Property Value

The format options for the integer attribute.

Attributes

Remarks

If this property is not assigned a value, it defaults toNone

Applies to