| BaseStationSettingsOperatorFlagsFolder Property  | 
            Gets or sets the folder that holds operator logo images to display to the user.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string OperatorFlagsFolder { get; set; }Public Property OperatorFlagsFolder As String
	Get
	Set
public:
property String^ OperatorFlagsFolder {
	String^ get ();
	void set (String^ value);
}member OperatorFlagsFolder : string with get, set
Property Value
Type: 
String
See Also