Compartir a través de


MemoAttributeMetadata.Format Property

Definition

Gets or sets the format options for the memo attribute.

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

Property Value

The format options for the memo attribute.

Attributes

Remarks

Optional for Create.If this property is not assigned a value, it defaults toTextArea.

Applies to