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
Syntaxpublic AttributeValue this[
string attributeName
] { get; }
Public ReadOnly Default Property Item (
attributeName As String
) As AttributeValue
Get
public:
property AttributeValue^ default[String^ attributeName] {
AttributeValue^ get (String^ attributeName);
}
Parameters
- attributeName
- Type: SystemString
The name of the attribute to get
Return Value
Type:
AttributeValueAn
AttributeValue object
See Also