Table of Contents

Page Plans

ID 9824
Namespace: System.Azure.Identity
Source table: System.Azure.Identity.Plan

List page that contains all plans that can be assigned to users.

Properties

Name Value
Caption Plans
Editable False
Extensible False
LinksAllowed False
PageType List
ShowFilter False
SourceTable 9004
ContextSensitiveHelpPage ui-how-users-permissions
InherentEntitlements X
InherentPermissions X
Permissions tabledata Plan = r

Methods

SetSelectedPlan

Set selected plan when the page is used in lookup mode.

procedure SetSelectedPlan(PlanId: Guid)

Parameters

Name Type Description
PlanId Guid

The ID of the plan to select.

GetSelectedPlan

Gets the selected plan.

procedure GetSelectedPlan(var PlanId: Guid, var PlanName: Text[50])

Parameters

Name Type Description
PlanId Guid

The ID of the selected plan.

PlanName Text[50]

The name of the selected plan.

See also