OrderAttribute.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 extension part to which this attribute is applied should be ordered after the extension part with the name specified.
public:
property System::String ^ After { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ After { Platform::String ^ get(); void set(Platform::String ^ value); };
public string After { get; set; }
member this.After : string with get, set
Public Property After As String
Property Value
The part after which this part should be ordered.
Exceptions
The value is null.
The value is an empty string.