CmdletCommonMetadataAttribute.SupportsPaging
Property
Definition
Gets and sets a Boolean value that indicates the Cmdlet supports Paging. By default
the value is false, meaning the cmdlet doesn't support Paging.
public bool SupportsPaging { get; set; }
Property Value