Click or drag to resize
IdmResourceItem Property
Resource Indexer - get's the attribute of the resource object as indexed by name.

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public IdmAttribute this[
	string attributeName
] { get; }

Parameters

attributeName
Type: SystemString
Index by attribute name

Property Value

Type: IdmAttribute
See Also