OrderAttribute.Before Property

Definition

The extension part to which this attribute is applied should be ordered before the extension part with the name specified.

public:
 property System::String ^ Before { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Before { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Before { get; set; }
member this.Before : string with get, set
Public Property Before As String

Property Value

The part before which this part should be ordered.

Exceptions

The value is null.

The value is an empty string.

Applies to