PSObjectTypeDescriptor.Instance 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.
Gets the PSObject this class retrieves property information from.
public:
property System::Management::Automation::PSObject ^ Instance { System::Management::Automation::PSObject ^ get(); };
public System.Management.Automation.PSObject Instance { get; }
member this.Instance : System.Management.Automation.PSObject
Public ReadOnly Property Instance As PSObject