ServiceId Property
The Id of the service

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:  2013

Syntax

C#
public ExternalServiceId ServiceId { get; }
Visual Basic
Public ReadOnly Property ServiceId As ExternalServiceId
	Get
Visual C++
public:
property ExternalServiceId^ ServiceId {
	ExternalServiceId^ get ();
}

See Also