IOrderable.Before Property

Definition

The parts before which this part should appear in the list.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ Before { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
[System.ComponentModel.DefaultValue(null)]
public System.Collections.Generic.IEnumerable<string> Before { get; }
[System.ComponentModel.DefaultValue(null)]
public System.Collections.Generic.IEnumerable<string>? Before { get; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Before : seq<string>
Public ReadOnly Property Before As IEnumerable(Of String)

Property Value

The parts before which this part appears in the list.

Attributes

Applies to