PSPropertyAdapter.IsSettable(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 settable.
public:
abstract bool IsSettable(System::Management::Automation::PSAdaptedProperty ^ adaptedProperty);
public abstract bool IsSettable (System.Management.Automation.PSAdaptedProperty adaptedProperty);
abstract member IsSettable : System.Management.Automation.PSAdaptedProperty -> bool
Public MustOverride Function IsSettable (adaptedProperty As PSAdaptedProperty) As Boolean
Parameters
- adaptedProperty
- PSAdaptedProperty