IntegerAttributeMetadata.Format Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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