Click or drag to resize
BCExtensionCommandItemTag Property
Gets or sets the arbitrary object value that can be used to store custom information about this element.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
[TypeConverterAttribute(typeof(StringConverter))]
[DefaultValueAttribute(null)]
public Object Tag { get; set; }

Property Value

Type: Object
See Also