Click or drag to resize

Extension.ExtensionId Property

Gets the extension Id. Must be unique for each extension.

Namespace:  EBP.Api.Extension
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected abstract Guid ExtensionId { get; }

Property Value

Type: Guid
The extension Id
Remarks
Do not change this value otherwise it may cause unpredictable behavior in the application.
See Also