This filter property is used to load the provider groups by the specified PPPU ID.
object.PPPUId
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProviderGroupFilter interface |
int
Display the number of the provider groups loaded on the basis of the selected filter and their names.
Dim aFilter
Dim aProviderGroups
Dim aProviderGroup
Dim aMessage
Dim i
Set aFilter = Profile.CreateProviderGroupFilter
aFilter.PPPUId = 2 'ADMIN
set aProviderGroups = Profile.LoadProviderGroups(aFilter)
aMessage = "Provider Groups Count = " & aProviderGroups.Count
for i = 0 to aProviderGroups.Count - 1
set aProviderGroup = aProviderGroups.Items(i)
aMessage = aMessage & vbNewLine & aProviderGroup.Name
next
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface PPPU ID cannot be found, but PPPU can be found in
.