StringAttributeMetadata.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 IME mode for the attribute.
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 input method editor mode.
- Attributes
Remarks
If this property is not assigned a value, it defaults to Auto