DataMappedObjectTypeAttribute.RequiredOrdering 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.
Gets or sets the required ordering for the current mapped type.
public:
property System::String ^ RequiredOrdering { System::String ^ get(); void set(System::String ^ value); };
public string RequiredOrdering { get; set; }
member this.RequiredOrdering : string with get, set
Public Property RequiredOrdering As String
Property Value
The required ordering for the current mapped type.