| Revit 2021.1 API |
| Application..::..Username Property |
| Application Class See Also |
Gets the user name for the current Revit session.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012
Syntax
| C# |
|---|
public string Username { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Username As String Get |
| Visual C++ |
|---|
public: property String^ Username { String^ get (); } |