Click or drag to resize
IdmResourceSetAttrValues Method
Set all attribute values on an named attribute object

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

Parameters

attrName
Type: SystemString
Name of the attribute to retrieve
values
Type: System.Collections.GenericListString
list of attrbute values
See Also