Share via


RetrieveByResourcesServiceRequest.ResourceIds Field

banner art

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

© 2007 Microsoft Corporation. All rights reserved.