 | IClaimsGetClaimsListRequestTypeCustomerLastName Property |
OPTIONAL. The full or partial customer last 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 CustomerLastName { get; set; }
Public Property CustomerLastName As String
Get
Set
function get CustomerLastName () : String
function set CustomerLastName (value : String)
function get_CustomerLastName();
function set_CustomerLastName(value);
Property Value
Type:
String
See Also