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
Syntaxpublic AttributeTypeDefinition this[
string attributeName
] { get; }
Public ReadOnly Default Property Item (
attributeName As String
) As AttributeTypeDefinition
Get
public:
property AttributeTypeDefinition^ default[String^ attributeName] {
AttributeTypeDefinition^ get (String^ attributeName);
}
Parameters
- attributeName
- Type: SystemString
The name of the attribute
Return Value
Type:
AttributeTypeDefinitionAn AttributeTypeDefinition for the specified attribute, or null if the attribute doesn't exist on the object type
See Also