Property.SetExtra

Property.SetExtra method

Sets extra data of the property associated by name.

public void SetExtra(string name, object value)
ParameterTypeDescription
nameStringThe name of the property’s extra data
valueObjectThe value of the property’s extra data

See Also