Click or drag to resize
IdmResourceGetAttrValue Method
Get just a single value from an attribute object by name

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public string GetAttrValue(
	string attrName
)

Parameters

attrName
Type: SystemString
Name of the attribute to retrieve

Return Value

Type: String
Single (or first) value of the named attribute
See Also