The Id of the server.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public Guid ServerId { get; set; } |
| Visual Basic |
|---|
Public Property ServerId As Guid Get Set |
| Visual C++ |
|---|
public: property Guid ServerId { Guid get (); void set (Guid value); } |