DeserializingTypeConverter.GetParameterSetMetadataFlags(PSObject) Method

Definition

Gets the boolean properties of ParameterSetMetadata object encoded as an integer.

public:
 static System::UInt32 GetParameterSetMetadataFlags(System::Management::Automation::PSObject ^ instance);
public static uint GetParameterSetMetadataFlags (System.Management.Automation.PSObject instance);
static member GetParameterSetMetadataFlags : System.Management.Automation.PSObject -> uint32
Public Shared Function GetParameterSetMetadataFlags (instance As PSObject) As UInteger

Parameters

instance
PSObject

The PSObject for which to obtain the flags

Returns

Boolean properties of ParameterSetMetadata object encoded as an integer

Applies to