Microsoft.Windows.DiskPartitionDisk Partition

Microsoft.Windows.DiskPartition (ClassType)

Defines the basic properties of Windows disk partitions

Element properties:

Base ClassMicrosoft.Windows.LogicalDevice
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfc11c670-d73f-ae0f-84ed-6d2077dca837

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.Windows.LogicalDevice:
DeviceID  string  Device Identifier Device Identifier true 256  False 
Name  string  Device Name Device Name false 256  False 
Description  string  Device Description Device Description false 256  False 
Microsoft.Windows.DiskPartition:
Type  string  Type Type false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DiskPartition" Base="Microsoft.Windows.LogicalDevice" Accessibility="Public" Hosted="true" Abstract="true">
<!-- e.g. Installable file system -->
<Property ID="Type" Type="string"/>
</ClassType>