RetrieveByResourcesServiceRequest.ResourceIds Field
Specifies an array of IDs of the services related to the specified set of services.
Syntax
[Visual Basic .NET]
Public Field ResourceIds As Guid()
[C#]
public Guid[] ResourceIds;
[JScript]
public var ResourceIds : Guid[];
Remarks
Each element of the ResourceIds array corresponds to the service.serviceid field, which is the primary key for the service entity.
See Also