RetrieveFilteredFormsRequest.FormType Property
Applies To: Dynamics CRM 2015
Gets or sets the type of form. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public OptionSetValue FormType { get; set; }
public:
property OptionSetValue^ FormType {
OptionSetValue^ get();
void set(OptionSetValue^ value);
}
member FormType : OptionSetValue with get, set
Public Property FormType As OptionSetValue
Property Value
Type: Microsoft.Xrm.Sdk.OptionSetValue
Type: OptionSetValue
The type of form. Required.
Remarks
The FormType property corresponds to the SystemForm.Type attribute. It specifies the possible types of SystemForm records..
See Also
RetrieveFilteredFormsRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright