  | TaskDialogTag Property  | 
 
            Gets or sets an object that contains data about the dialog.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Object Tag { get; set; }Public Property Tag As Object
	Get
	Set
public:
property Object^ Tag {
	Object^ get ();
	void set (Object^ value);
}member Tag : Object with get, set
Property Value
Type: 
Object
            An object that contains data about the dialog. The default value is 
.
            
Remarks
            Use this property to store arbitrary information about the dialog.
            
See Also