PSPropertyAdapter.IsGettable(PSAdaptedProperty) Method
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.
Returns true if the given property is gettable.
public:
abstract bool IsGettable(System::Management::Automation::PSAdaptedProperty ^ adaptedProperty);
public abstract bool IsGettable (System.Management.Automation.PSAdaptedProperty adaptedProperty);
abstract member IsGettable : System.Management.Automation.PSAdaptedProperty -> bool
Public MustOverride Function IsGettable (adaptedProperty As PSAdaptedProperty) As Boolean
Parameters
- adaptedProperty
- PSAdaptedProperty