Share via


TestEntry.NestedEntries Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::VisualStudio::TestTools::Common::TestEntry ^> ^ NestedEntries { System::Collections::Generic::List<Microsoft::VisualStudio::TestTools::Common::TestEntry ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::VisualStudio::TestTools::Common::TestEntry ^> ^ value); };
public System.Collections.Generic.List<Microsoft.VisualStudio.TestTools.Common.TestEntry> NestedEntries { get; set; }
member this.NestedEntries : System.Collections.Generic.List<Microsoft.VisualStudio.TestTools.Common.TestEntry> with get, set
Public Property NestedEntries As List(Of TestEntry)

Property Value

Applies to