 | IClaimsGetClaimsListByCustomerRequestType Class |
Parameters used to return a list of claims. Many of the parameters are optional, allowing for general or specific searches.
Inheritance HierarchySystemObject
IASIClaimsGetClaimsListByCustomerRequestType
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class GetClaimsListByCustomerRequestType
Public Class GetClaimsListByCustomerRequestType
public class GetClaimsListByCustomerRequestType
IAS.GetClaimsListByCustomerRequestType = function();
Type.createClass(
'IAS.GetClaimsListByCustomerRequestType');
The IClaimsGetClaimsListByCustomerRequestType type exposes the following members.
Properties
| Name | Description |
---|
 | Authentication | Information used for authentication of the calling program/site as well as information describing the remote site user. |
 | CustomerID | The unique ID of the customer for which to search on. |
Top
See Also