TrackingSection::TrackingProfiles Property

.NET Framework (current version)
 

Gets a collection of TrackingProfile objects.

Namespace:   System.ServiceModel.Activities.Tracking.Configuration
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

public:
property Collection<TrackingProfile^>^ TrackingProfiles {
	Collection<TrackingProfile^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::Collection<TrackingProfile^>^

A collection of TrackingProfile objects.

.NET Framework
Available since 4.0
Return to top
Show: