PSObjectPropertyDescriptor.ComponentType Property

Definition

Gets the type of the component this property is bound to.

public:
 virtual property Type ^ ComponentType { Type ^ get(); };
public:
 virtual property Platform::Type ^ ComponentType { Platform::Type ^ get(); };
public override Type ComponentType { get; }
member this.ComponentType : Type
Public Overrides ReadOnly Property ComponentType As Type

Property Value

Remarks

This property returns the PSObject type.

Applies to