Gets or sets the treat as type for sort value that is used by sorting functionality to sort items properly without using the actual data types. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ManagementClassPropertyDescription
Dim value As TreatAsType

value = instance.TreatAsTypeForSort

instance.TreatAsTypeForSort = value

Syntax

Visual Basic
<XmlAttributeAttribute("TreatAsTypeForSort")> _
<DefaultValueAttribute(TreatAsType.None)> _
Public Property TreatAsTypeForSort As TreatAsType
C#
[XmlAttributeAttribute("TreatAsTypeForSort")] 
[DefaultValueAttribute(TreatAsType.None)] 
public TreatAsType TreatAsTypeForSort { get; set; }
C++
[XmlAttributeAttribute(L"TreatAsTypeForSort")] 
[DefaultValueAttribute(TreatAsType::None)] 
public:
property TreatAsType TreatAsTypeForSort {
		TreatAsType get ();
		void set (TreatAsType value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public TreatAsType get_TreatAsTypeForSort ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_TreatAsTypeForSort (TreatAsType value)
JScript
DebuggerStepThroughAttribute 
public function get TreatAsTypeForSort () : TreatAsType

DebuggerStepThroughAttribute 
public function set TreatAsTypeForSort (value : TreatAsType)

Property Value

ManagementClassPropertyDescription.TreatAsType enumeration value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also