IReceiverFormatManagerShortName Method |
Returns the short name associated with the unique ID passed across. If there is no
provider registered with the unique ID then a string along the lines of "Unknown"
is returned.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string ShortName(
string providerId
)
Function ShortName (
providerId As String
) As String
String^ ShortName(
String^ providerId
)
abstract ShortName :
providerId : string -> string
Parameters
- providerId
- Type: SystemString
Return Value
Type:
StringSee Also