MethodParameter.ParameterTypeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contents of the ETS type attribute in the CDXML file (or null
if that attribute was not specified).
The expectation is that the CmdletAdapter will stamp this value onto PSTypeNames of emitted objects.
public:
property System::String ^ ParameterTypeName { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ParameterTypeName { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ParameterTypeName { get; set; }
member this.ParameterTypeName : string with get, set
Public Property ParameterTypeName As String