Show / Hide Table of Contents

Class TrackingProfile

Inheritance
System.Object
TrackingProfile
Namespace: System.Activities.Tracking
Assembly: System.Activities.dll
Syntax
public class TrackingProfile : Object

Constructors

TrackingProfile()

Declaration
public TrackingProfile()

Properties

ActivityDefinitionId

Declaration
public string ActivityDefinitionId { get; set; }
Property Value
System.String

ImplementationVisibility

Declaration
public ImplementationVisibility ImplementationVisibility { get; set; }
Property Value
ImplementationVisibility

Name

Declaration
public string Name { get; set; }
Property Value
System.String

Queries

Declaration
public Collection<TrackingQuery> Queries { get; }
Property Value
System.Collections.ObjectModel.Collection<TrackingQuery>

Back to top Generated by DocFX