IBuildInfo.Scenes Property

Definition

The list of scenes to include in the build.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ Scenes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> Scenes { get; set; }
member this.Scenes : seq<string> with get, set
Public Property Scenes As IEnumerable(Of String)

Property Value

IEnumerable<String>

Applies to