CimProjectData.Attributes (property, read/write)

Syntax CimProjectData.Attributes
Description String. The list of attributes, separated by commas, of the entity to return for each item matching the filter criteria. The Attribute IDs are case sensitive and must be entered in the case documented in CimProjectData.Entity .
CimBasic Example
Dim d as new CimProjectData
d. Attributes = "POINT_ID,RESOURCE_ID,DESCRIPTION"
.Net Example
CimProjectData cpd = new CimProjectData();
cpd.Attributes = "POINT_ID,RESOURCE_ID";