< Back

New-CrmOptionSetValue

Sat Jan 18, 2020 4:04 pm

NAME New-CrmOptionSetValue



SYNOPSIS

Instantiates OptionSetValue type object.





SYNTAX

New-CrmOptionSetValue [-Value] <Int32> [<CommonParameters>]





DESCRIPTION

The New-CrmOptionSetValue cmdlet lets you instantiates OptionSetValue type object.





PARAMETERS

-Value <Int32>

OptionSetValue Value.



Required? true

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES









-------------------------- Example 1 --------------------------



New-CrmOptionSetValue -Value 20



This example instantiates OptionSetValue object with Value of 20.







Value ExtensionData

----- -------------

20





RELATED LINKS