Click or drag to resize

ObjectTypeDefinitionItem Property

Gets the definition of an attribute by its name

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

Parameters

attributeName
Type: SystemString
The name of the attribute

Return Value

Type: AttributeTypeDefinition
An AttributeTypeDefinition for the specified attribute, or null if the attribute doesn't exist on the object type
See Also