IOrderable.After 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 after which this part should appear in the list.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ After { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
[System.ComponentModel.DefaultValue(null)]
public System.Collections.Generic.IEnumerable<string> After { get; }
[System.ComponentModel.DefaultValue(null)]
public System.Collections.Generic.IEnumerable<string>? After { get; }
[<System.ComponentModel.DefaultValue(null)>]
member this.After : seq<string>
Public ReadOnly Property After As IEnumerable(Of String)
Property Value
The parts after which this part appears in the list.
- Attributes