Id Property
The Id of the task dialog.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 19.0.0.0 (19.1.0.0)
Since: 2011

Syntax

C#
public string Id { get; set; }
Visual Basic
Public Property Id As String
	Get
	Set
Visual C++
public:
property String^ Id {
	String^ get ();
	void set (String^ value);
}

Remarks

Id is used as TaskDialogShowingEventArgs.DialogId for DialogBoxShowing events.

See Also