LoyaltyCardInfo Property

Gets the loyalty card information.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Messages (in Microsoft.Dynamics.Commerce.Runtime.Messages.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property LoyaltyCardInfo As ReadOnlyCollection(Of CustomerLoyaltyCard)
    Get
    Private Set
'Usage
Dim instance As GetCustomerLoyaltyPointsResponse
Dim value As ReadOnlyCollection(Of CustomerLoyaltyCard)

value = instance.LoyaltyCardInfo
[DataMemberAttribute]
public ReadOnlyCollection<CustomerLoyaltyCard> LoyaltyCardInfo { get; private set; }
[DataMemberAttribute]
public:
property ReadOnlyCollection<CustomerLoyaltyCard^>^ LoyaltyCardInfo {
    ReadOnlyCollection<CustomerLoyaltyCard^>^ get ();
    private: void set (ReadOnlyCollection<CustomerLoyaltyCard^>^ value);
}

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<CustomerLoyaltyCard>
Returns ReadOnlyCollection<T>.

See Also

Reference

GetCustomerLoyaltyPointsResponse Class

Microsoft.Dynamics.Commerce.Runtime.Messages Namespace