| IRebroadcastFormatManagerShortName 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.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxstring 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: 
String See Also
See Also