Application.Username Property

ApplicationUsername Property

Gets the user name for the current Revit session.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string Username { get; }
Public ReadOnly Property Username As String
	Get
public:
property String^ Username {
	String^ get ();
}
member Username : string with get

Property Value

String
See Also