WorksharingTooltipInfoLastChangedBy Property |
The user name of the most recent user who saved a user change of this element
to the central model.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string LastChangedBy { get; }
Public ReadOnly Property LastChangedBy As String
Get
public:
property String^ LastChangedBy {
String^ get ();
}
member LastChangedBy : string with get
Property Value
String
See Also