get method

get(self, name)

Gets a SmartTagProperty object by the name of the property.

Returns

Returns a SmartTagProperty object.


def get(self, name):
    ...
ParameterTypeDescription
nameSystem.StringThe name of the property.

See Also