WorksharingTooltipInfoOwner Property |
The current owner of the element or empty string if no one owns the element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string Owner { get; }
Public ReadOnly Property Owner As String
Get
public:
property String^ Owner {
String^ get ();
}
member Owner : string with get
Property Value
String
See Also