Partager via


ManagementClassPropertyDescription.TreatAsTypeForSort Property

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

'Usage
Dim instance As ManagementClassPropertyDescription
Dim value As TreatAsType

value = instance.TreatAsTypeForSort

instance.TreatAsTypeForSort = value

Syntax

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

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_TreatAsTypeForSort (TreatAsType value)
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

Reference

ManagementClassPropertyDescription Class
ManagementClassPropertyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ManagementClassPropertyDescription.TreatAsType