Click or drag to resize
IdmResourceSetAttrValue Method
Set just a single value on a named attribute object

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public void SetAttrValue(
	string attrName,
	string value
)

Parameters

attrName
Type: SystemString
Name of the attribute to set
value
Type: SystemString
Value to set for the attribute
See Also