Property.GetExtra

Property.GetExtra method

Gets extra data of the property associated by name.

public object GetExtra(string name)
ParameterTypeDescription
nameStringThe name of the property’s extra data

Return Value

The extra data associated by name

See Also