Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Latest commit

 

History

History
100 lines (69 loc) · 2.04 KB

New-CrmOptionSetValue.md

File metadata and controls

100 lines (69 loc) · 2.04 KB
external help file Module Name online version schema
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml
AMSoftware.Crm
2.0.0

New-CrmOptionSetValue

SYNOPSIS

Create a new OptionSetValue to use with optionsets.

SYNTAX

New-CrmOptionSetValue [-DisplayName] <String> [[-Value] <Int32>] [[-Description] <String>] [<CommonParameters>]

DESCRIPTION

Create a new OptionSetValue to use with optionsets.

EXAMPLES

PARAMETERS

-Description

The description for the optionset value.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DisplayName

The displayname for the optionset value.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Value

The value for the optionset value.

Type: System.Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

AMSoftware.Crm.PowerShell.Commands.Models.PSOptionSetValue

NOTES

RELATED LINKS

Add-CrmOptionSetAttribute

Get-CrmOptionSet

New-CrmOptionSet

Remove-CrmOptionSet

Remove-CrmOptionSetValue

Set-CrmOptionSet

Set-CrmOptionSetAttribute

Set-CrmOptionSetValue