AddInId guid value.

Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2011

Syntax

C#
public ValueType Value { get; }
Visual Basic
Public ReadOnly Property Value As ValueType
	Get
Visual C++
public:
property ValueType^ Value {
	ValueType^ get ();
}

See Also