Click or drag to resize
IReceiverFormatProviderUniqueId Property
Gets the unique identifier of the format provider.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string UniqueId { get; }

Property Value

Type: String
Remarks
These values are saved in the user's configuration, choose your ID carefully and don't change it between releases. Do not re-use identifiers. Plugins should ensure that their unique ID cannot clash with other plugins.
See Also