MDM_Policy_Config01_TextInput02 class

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

The MDM_Policy_Config01_TextInput02 class represents the text input policies available.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[InPartition("local-system"), dynamic, provider("DMWmiBridgeProv")]
class MDM_Policy_Config01_TextInput02
{
  string InstanceID;
  string ParentID;
  sint32 AllowIMENetworkAccess;
  sint32 AllowIMELogging;
  sint32 AllowJapaneseNonPublishingStandardGlyph;
  sint32 AllowJapaneseIVSCharacters;
  sint32 AllowJapaneseUserDictionary;
  sint32 AllowKeyboardTextSuggestions;
  sint32 AllowJapaneseIMESurrogatePairCharacters;
  sint32 ExcludeJapaneseIMEExceptShiftJIS;
  sint32 ExcludeJapaneseIMEExceptJIS0208;
  sint32 ExcludeJapaneseIMEExceptJIS0208andEUDC;
  sint32 AllowLanguageFeaturesUninstall;
  sint32 AllowInputPanel;
};

Members

The MDM_Policy_Config01_TextInput02 class has these types of members:

Properties

The MDM_Policy_Config01_TextInput02 class has these properties.

AllowIMELogging

Data type: sint32

Access type: Read/write

AllowIMENetworkAccess

Data type: sint32

Access type: Read/write

AllowInputPanel

Data type: sint32

Access type: Read/write

AllowJapaneseIMESurrogatePairCharacters

Data type: sint32

Access type: Read/write

AllowJapaneseIVSCharacters

Data type: sint32

Access type: Read/write

AllowJapaneseNonPublishingStandardGlyph

Data type: sint32

Access type: Read/write

AllowJapaneseUserDictionary

Data type: sint32

Access type: Read/write

AllowKeyboardTextSuggestions

Data type: sint32

Access type: Read/write

AllowLanguageFeaturesUninstall

Data type: sint32

Access type: Read/write

ExcludeJapaneseIMEExceptJIS0208

Data type: sint32

Access type: Read/write

ExcludeJapaneseIMEExceptJIS0208andEUDC

Data type: sint32

Access type: Read/write

ExcludeJapaneseIMEExceptShiftJIS

Data type: sint32

Access type: Read/write

InstanceID

Data type: string

Access type: Read-only

Qualifiers: key

Identifies the name of the parent node. For this class, the string is "TextInput"

ParentID

Data type: string

Access type: Read-only

Qualifiers: key

Describes the full path to the parent node. For this class, the string is "./Vendor/MSFT/Policy/Config"

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
None supported
Namespace
Root\CIMv2\MDM\DMMap
MOF
DMWmiBridgeProv.mof
DLL
DMWmiBridgeProv.dll

See also

Using PowerShell scripting with the WMI Bridge Provider