PrtService.Id (Property Read/Write)

Syntax

PrtService.Id

Description

String property to get or set the Service ID associated with the object.

Example

Dim ServiceA as new PrtService

ServiceA.Id = "SERVICEA_DC"

' Get a list of groups in the service and display them one by

'   one in a message box.

ServiceA.GetGroupList

for j = 0 to ServiceA.GroupCount - 1

      MsgBox ServiceA.Group(j).Id

next j

More information

PRT Object Model member list.