OrderAttribute.After Property

Definition

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.

Applies to