Used to attach additional information
Namespace: Ingeniux.RuntimeAssembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)
Syntax
| C# |
|---|
public Object Tag { get; set; } |
| Visual Basic |
|---|
Public Property Tag As Object Get Set |
| Visual C++ |
|---|
public: virtual property Object^ Tag { Object^ get () sealed; void set (Object^ value) sealed; } |