| BaseStationSettingsPicturesFolder Property  | 
            Gets or sets the folder that holds pictures of aircraft 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 PicturesFolder { get; set; }Public Property PicturesFolder As String
	Get
	Set
public:
property String^ PicturesFolder {
	String^ get ();
	void set (String^ value);
}member PicturesFolder : string with get, set
Property Value
Type: 
String
See Also