 | 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)
Syntaxprotected abstract Guid ExtensionId { get; }
Protected MustOverride ReadOnly Property ExtensionId As Guid
Get
Property Value
Type:
GuidThe extension Id
RemarksDo not change this value otherwise it may cause unpredictable behavior in the application.
See Also