Contacts Property

Gets the collection of contacts.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Contacts As Collection(Of StoreContact)
    Get
    Private Set
'Usage
Dim instance As StoreLocation
Dim value As Collection(Of StoreContact)

value = instance.Contacts
[DataMemberAttribute]
public Collection<StoreContact> Contacts { get; private set; }
[DataMemberAttribute]
public:
property Collection<StoreContact^>^ Contacts {
    Collection<StoreContact^>^ get ();
    private: void set (Collection<StoreContact^>^ value);
}

Property Value

Type: System.Collections.ObjectModel.Collection<StoreContact>
Returns Collection<T>.

See Also

Reference

StoreLocation Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace