IOrderable.Before Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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