Click or drag to resize

AttributeValueCollectionItem Property

Gets an AttributeValue from the collection

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public AttributeValue this[
	string attributeName
] { get; }

Parameters

attributeName
Type: SystemString
The name of the attribute to get

Return Value

Type: AttributeValue
An AttributeValue object
See Also