IReceiverFormatProviderUniqueId Property |
Gets the unique identifier of the format provider.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property UniqueId As String
Get
property String^ UniqueId {
String^ get ();
}
abstract UniqueId : string with get
Property Value
Type:
StringRemarks
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