MemoAttributeMetadata.ImeMode 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 value for the input method editor mode.
public:
property Nullable<Microsoft::Xrm::Sdk::Metadata::ImeMode> ImeMode { Nullable<Microsoft::Xrm::Sdk::Metadata::ImeMode> get(); void set(Nullable<Microsoft::Xrm::Sdk::Metadata::ImeMode> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.ImeMode? ImeMode { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ImeMode : Nullable<Microsoft.Xrm.Sdk.Metadata.ImeMode> with get, set
Public Property ImeMode As Nullable(Of ImeMode)
Property Value
The value for the input method editor mode..
- Attributes
Remarks
Optional for Create. If this property is not assigned a value, it defaults toAuto