RebroadcastFormatAllInternalFormats Property |
A collection of all rebroadcast server formats that ship with VRS. The server doesn't use this,
it's to help make life easier with unit testing.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string[] AllInternalFormats { get; }
Public Shared ReadOnly Property AllInternalFormats As String()
Get
public:
static property array<String^>^ AllInternalFormats {
array<String^>^ get ();
}
static member AllInternalFormats : string[] with get
Property Value
Type:
StringSee Also