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