OrderAttribute.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 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.