This property retrieves the container type of Capability specified.
[Visual Basic] Public ReadOnly Property
ContainerType As Integer
[C#] public int ContainerType {get;}
Property Value
| Value | Explanation | 
|---|---|
| 0 | Failed method | 
| 3 | Array Type | 
| 4 | Enumeration Type | 
| 5 | Single Type | 
| 6 | Range Type | 
Explanation
The ContainerType property retrieves the type of container for Capability specified. By executing the GetCapabilityEnumToSingle, GetCapabilityEnumToString, and GetCapabilityRange, the values are set in this property.