< Back

NoFormatData

Mon Jan 13, 2020 8:19 am

NAME NoFormatData



SYNOPSIS

Specify that a CType should not generate formatting data





SYNTAX

NoFormatData [<CommonParameters>]





DESCRIPTION

Specify that a CType should not generate formatting data.

For example, you might perfer to generate the formatting data using

Get-CTypeFormatPS1XML and enter this into the PS1XML for your module.





PARAMETERS

<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

CType.NoFormatData







RELATED LINKS