--- id: v2025-form-item-details title: FormItemDetails pagination_label: FormItemDetails sidebar_label: FormItemDetails sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'FormItemDetails', 'V2025FormItemDetails'] slug: /tools/sdk/powershell/v2025/models/form-item-details tags: ['SDK', 'Software Development Kit', 'FormItemDetails', 'V2025FormItemDetails'] --- # FormItemDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Name** | **String** | Name of the FormItem | [optional] ## Examples - Prepare the resource ```powershell $FormItemDetails = Initialize-V2025FormItemDetails -Name Field1 ``` - Convert the resource to JSON ```powershell $FormItemDetails | ConvertTo-JSON ``` [[Back to top]](#)