 | IClaimsGetClaimsListByCustomer Method |
Returns a set of claims for a specific customer, with high level information only.
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIClaimsGetClaimsListByCustomerResponseType GetClaimsListByCustomer(
IClaimsGetClaimsListByCustomerRequestType request
)
Function GetClaimsListByCustomer (
request As IClaimsGetClaimsListByCustomerRequestType
) As IClaimsGetClaimsListByCustomerResponseType
function GetClaimsListByCustomer(
request : IClaimsGetClaimsListByCustomerRequestType
) : IClaimsGetClaimsListByCustomerResponseType
function GetClaimsListByCustomer(request);
Parameters
- request
- Type: IASIClaimsGetClaimsListByCustomerRequestType
Specifies parameters needed for locating a claim or set of claims.
Return Value
Type:
IClaimsGetClaimsListByCustomerResponseTypeA listing of up to twenty claims matching the search parameters.
See Also