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: 26.0.4.0 (26.0.4.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