PSTypeNameAttribute(String) Constructor
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.
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