TrackingSection.Profiles Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of ProfileElement elements.
public:
 property System::ServiceModel::Activities::Tracking::Configuration::ProfileElementCollection ^ Profiles { System::ServiceModel::Activities::Tracking::Configuration::ProfileElementCollection ^ get(); };[System.Configuration.ConfigurationProperty("profiles")]
public System.ServiceModel.Activities.Tracking.Configuration.ProfileElementCollection Profiles { get; }[<System.Configuration.ConfigurationProperty("profiles")>]
member this.Profiles : System.ServiceModel.Activities.Tracking.Configuration.ProfileElementCollectionPublic ReadOnly Property Profiles As ProfileElementCollectionProperty Value
A collection of elements.
- Attributes