Click or drag to resize
IdmResourceGetAttr Method (String)
Get a particular attribute and its values by name

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

Parameters

attrName
Type: SystemString
Name of the attribute to retrieve from memory

Return Value

Type: IdmAttribute

[Missing <returns> documentation for "M:IdmNet.Models.IdmResource.GetAttr(System.String)"]

See Also