2.2.3.21 CommandMetadataCount

 This data type is an object with the following extended properties (see section 2.2.5.2.9):

  • An integer value.

    • Property name: Count.

    • Property type: Signed Int (see section 2.2.5.1.11).

The Complex Object described in this section SHOULD have the following type names (section 2.2.5.2.3):

  • Selected.Microsoft.PowerShell.Commands.GenericMeasureInfo

  • System.Management.Automation.PSCustomObject

  • System.Object

Example:

 <Obj RefId="0">
   <TN RefId="0">
     <T>Selected.Microsoft.PowerShell.Commands.GenericMeasureInfo</T>
     <T>System.Management.Automation.PSCustomObject</T>
     <T>System.Object</T>
   </TN>
   <MS>
     <I32 N="Count">1</I32>
   </MS>
 </Obj>