ReadPersonnelValuesByName (IPersonnel)
Returns the values of all of the named properties and attributes of a personnel resource.
Inputs | Data Type | Description |
---|---|---|
personnelAdddress | DirectoryResource |
Specifies the personnel resource to read. In the Configure Method dialog box, click Next to select a resource. Otherwise, in the Inputs section of the activity configuration panel, click the ellipsis button to select a resource. |
propertyNames | String[] |
Specifies the names of the properties and attributes to read. In the Configure Method dialog box, click Next to select a resource. Otherwise, in the Inputs section of the activity configuration panel, click the ellipsis button to select a resource. |
Outputs | Description | |
---|---|---|
NameDataValueCollection | Returns a list of the user-defined values of the named properties and attributes for the specified resource. To access these properties, use an Index Activity or a For Each loop. You can use the parameter name as the index for the Index activity. |