ExternalServices.BuiltInExternalServices.EntitlementExternalService Property

ExternalServicesBuiltInExternalServicesEntitlementExternalService Property

The external service which supports get entitlement information.

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static ExternalServiceId EntitlementExternalService { get; }
Public Shared ReadOnly Property EntitlementExternalService As ExternalServiceId
	Get
public:
static property ExternalServiceId^ EntitlementExternalService {
	ExternalServiceId^ get ();
}
static member EntitlementExternalService : ExternalServiceId with get

Property Value

ExternalServiceId
See Also