RetrieveFilteredFormsRequest.FormType Property

Definition

Gets or sets the type of form. Required.

public:
 property Microsoft::Xrm::Sdk::OptionSetValue ^ FormType { Microsoft::Xrm::Sdk::OptionSetValue ^ get(); void set(Microsoft::Xrm::Sdk::OptionSetValue ^ value); };
public Microsoft.Xrm.Sdk.OptionSetValue FormType { get; set; }
member this.FormType : Microsoft.Xrm.Sdk.OptionSetValue with get, set
Public Property FormType As OptionSetValue

Property Value

The type of form. Required.

Remarks

The FormType property corresponds to the SystemForm.Type attribute. It specifies the possible types of SystemForm records..

Applies to