Get the value of the property.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)

Syntax

C#
public ulong Value { get; }
Visual Basic
Public ReadOnly Property Value As ULong
	Get
Visual C++
public:
property unsigned long long Value {
	unsigned long long get ();
}

See Also