PSTypeNameAttribute(String) Constructor

Definition

Creates a new PSTypeNameAttribute.

public:
 PSTypeNameAttribute(System::String ^ psTypeName);
public:
 PSTypeNameAttribute(Platform::String ^ psTypeName);
 PSTypeNameAttribute(std::wstring const & psTypeName);
public PSTypeNameAttribute (string psTypeName);
new System.Management.Automation.PSTypeNameAttribute : string -> System.Management.Automation.PSTypeNameAttribute
Public Sub New (psTypeName As String)

Parameters

psTypeName
String

Applies to