| ProfileDynamicsProfiles Property |
Gets or sets the collection of profiles that are subject of this configuration.
Namespace:
Dynamicweb.Analytics.Profiles.Integration
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public ProfileDynamicsDataCollection Profiles { get; set; }
Public Property Profiles As ProfileDynamicsDataCollection
Get
Set
Property Value
Type:
ProfileDynamicsDataCollectionRemarks Changing the profiles collection won't make any effect if
PresetID is set meaning that the existing preset is used instead of specifying profiles explicitly.
See Also