OutputTypeAttribute.Type 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.
The types specified by the attribute.
public:
property cli::array <System::Management::Automation::PSTypeName ^> ^ Type { cli::array <System::Management::Automation::PSTypeName ^> ^ get(); };
public System.Management.Automation.PSTypeName[] Type { get; }
member this.Type : System.Management.Automation.PSTypeName[]
Public ReadOnly Property Type As PSTypeName()