Gets or sets the unique id of the user within a specific Worksharing model.
Namespace: Autodesk.Revit.CloudWorksharing.DataContractsAssembly: Autodesk.Revit.CloudWorksharingAPI.Abstractions (in Autodesk.Revit.CloudWorksharingAPI.Abstractions.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic int UserId { get; set; }Public Property UserId As Integer
Get
Set
public:
property int UserId {
int get ();
void set (int value);
}member UserId : int with get, set
Property Value
Int32
See Also