INamedPropertyTagProvider.GetTagFromNamedProperty

GetTagFromNamedProperty(long)

Gets the tag from named property.

public long GetTagFromNamedProperty(long LId)
ParameterTypeDescription
LIdInt64The property id.

Return Value

The property tag value.

See Also


GetTagFromNamedProperty(string)

Gets the tag from named property.

public long GetTagFromNamedProperty(string name)
ParameterTypeDescription
nameStringThe property name

Return Value

The property tag value.

See Also