Namespace: DeltaEngine.Editor.EmulatorAssembly: DeltaEngine.Editor.Emulator (in DeltaEngine.Editor.Emulator.dll) Version: 1.1.1.0 (1.1.1)
public List<string> AvailableDevices { get; set; }
public List<string> AvailableDevices { get; set; }
Public Property AvailableDevices As List(Of String)
Get
Set
Public Property AvailableDevices As List(Of String)
Get
Set
public:
property List<String^>^ AvailableDevices {
List<String^>^ get ();
void set (List<String^>^ value);
}
public:
property List<String^>^ AvailableDevices {
List<String^>^ get ();
void set (List<String^>^ value);
}
member AvailableDevices : List<string> with get, set
member AvailableDevices : List<string> with get, set
Property Value
Type:
List String