--- id: beta-context-attribute-dto-value title: ContextAttributeDtoValue pagination_label: ContextAttributeDtoValue sidebar_label: ContextAttributeDtoValue sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'ContextAttributeDtoValue', 'BetaContextAttributeDtoValue'] slug: /tools/sdk/powershell/beta/models/context-attribute-dto-value tags: ['SDK', 'Software Development Kit', 'ContextAttributeDtoValue', 'BetaContextAttributeDtoValue'] --- # ContextAttributeDtoValue ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- ## Examples - Prepare the resource ```powershell $ContextAttributeDtoValue = Initialize-BetaContextAttributeDtoValue ``` - Convert the resource to JSON ```powershell $ContextAttributeDtoValue | ConvertTo-JSON ``` [[Back to top]](#)