 | IClaimsGetPendingClaimsListRequestTypeCustomerFirstName Property |
OPTIONAL. The full or partial customer first name, used to filter the list of claims to return to the calling program.
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CustomerFirstName { get; set; }
Public Property CustomerFirstName As String
Get
Set
function get CustomerFirstName () : String
function set CustomerFirstName (value : String)
function get_CustomerFirstName();
function set_CustomerFirstName(value);
Property Value
Type:
String
See Also