CIMCGAAttribute Class Properties
In This Topic
For a list of all members of this type, see CIMCGAAttribute members.
Public Properties
| Name | Description |
 | ArrayRowCount |
Gets or sets the count of rows in the array. Used when CGAAttributeType is Float_Array, String_Array and Boolean_Array.
|
 | CGAAttributeType |
Gets or sets the CGA attribute type.
|
 | Name |
Gets or sets the name.
|
 | Value |
Gets or sets the value. Used when CGAAttributeType is Float, String and Boolean.
|
 | Values |
Gets or sets the values in the array. Used when CGAAttributeType is Float_Array, String_Array and Boolean_Array.
|
Top
See Also