2.2.2.3.2 ThreadingModelStringProperty
The ThreadingModelStringProperty type represents how the hosting model is to be selected for component instances. For historical reasons, some properties use this format instead of the ThreadingModelEnumerationProperty (section 2.2.2.3.1) format. Each allowed value of this format corresponds to one of the ThreadingModelEnumerationProperty values.
Simple type: eDT_LPWSTR
Validity: MUST be one of the following values.
-
Value
Corresponding ThreadingModelEnumerationProperty value
"Apartment"
eTM_APARTMENT
"Free"
eTM_FREE
null
eTM_MAIN
"Both"
eTM_BOTH
"Neutral"
eTM_NEUTRAL
Server validation: No validation requirements (COMA does not provide a mechanism for writing properties of this type).
Client validation: No validation requirements (COMA does not provide a mechanism for writing properties of this type).