PSCmdlet.PagingParameters Property
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.
If the cmdlet declares paging support (via SupportsPaging),
then PagingParameters property contains arguments of the paging parameters.
Otherwise PagingParameters property is null
.
public:
property System::Management::Automation::PagingParameters ^ PagingParameters { System::Management::Automation::PagingParameters ^ get(); };
public System.Management.Automation.PagingParameters PagingParameters { get; }
member this.PagingParameters : System.Management.Automation.PagingParameters
Public ReadOnly Property PagingParameters As PagingParameters