FormDisplayOrder Class  
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.
Contains data that specifies the display order of a form.
public ref class FormDisplayOrder : System::Runtime::Serialization::IExtensibleDataObject[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public class FormDisplayOrder : System.Runtime.Serialization.IExtensibleDataObject[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type FormDisplayOrder = class
    interface IExtensibleDataObjectPublic Class FormDisplayOrder
Implements IExtensibleDataObject- Inheritance
- 
				FormDisplayOrder
- Attributes
- Implements
Constructors
| FormDisplayOrder() | Initializes a new instance of the FormDisplayOrder class. | 
Properties
| ExtensionData | Gets or sets the structure that contains extra data. Optional. | 
| FormId | Gets or sets the identifier of the form. | 
| IsCustomizable | Gets or sets whether the form is customizable as a solution component. | 
| Name | Gets or sets the name of the form. | 
| Order | Gets or sets the display order of the form. |