Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IAttribute Attribute(
string attributeName
)
Function Attribute (
attributeName As String
) As IAttribute
IAttribute^ Attribute(
String^ attributeName
)
abstract Attribute :
attributeName : string -> IAttribute
Parameters
- attributeName
- Type: SystemString
Name of attribute, unique
Return Value
Type:
IAttributeAttribute with matching name, or null if attribute doesn't exist
See Also