ActivityCreationOptions<T>.Kind Property

Definition

Gets the activity kind which the activity will be created with.

public:
 property System::Diagnostics::ActivityKind Kind { System::Diagnostics::ActivityKind get(); };
public System.Diagnostics.ActivityKind Kind { get; }
member this.Kind : System.Diagnostics.ActivityKind
Public ReadOnly Property Kind As ActivityKind

Property Value

One of the enumeration values that represent an activity kind.

Applies to