Revision.IssuedTo Property

RevisionIssuedTo Property

Indicates to whom this Revision was or will be issued.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string IssuedTo { get; set; }
Public Property IssuedTo As String
	Get
	Set
public:
property String^ IssuedTo {
	String^ get ();
	void set (String^ value);
}
member IssuedTo : string with get, set

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
InvalidOperationException When setting this property: This operation cannot be performed on Revisions that have already been issued.
See Also