Click or drag to resize
IdmResourceGetAttrValues Method
Get all attribute values from an attribute object by name

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public List<string> GetAttrValues(
	string attrName
)

Parameters

attrName
Type: SystemString
Name of the attribute to retrieve

Return Value

Type: ListString
list of attrbute values
See Also