Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Activity.ForceDefaultIdFormat Property

Definition

Namespace:
System.Diagnostics
Assembly:
System.Diagnostics.DiagnosticSource.dll
Package:
System.Diagnostics.DiagnosticSource v11.0.0-preview.5.26302.115
Source:
Activity.cs
Source:
Activity.cs
Source:
Activity.cs
Source:
Activity.cs
Source:
Activity.cs
Source:
Activity.cs
Source:
Activity.cs

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 or sets a value that detrmines if the DefaultIdFormat is always used to define the default ID format.

public:
 static property bool ForceDefaultIdFormat { bool get(); void set(bool value); };
public static bool ForceDefaultIdFormat { get; set; }
static member ForceDefaultIdFormat : bool with get, set
Public Shared Property ForceDefaultIdFormat As Boolean

Property Value

true to always use the DefaultIdFormat; otherwise, false.

Remarks

Normally if the ParentId is defined, its format determines the format used by the current Activity. However, if ForceDefaultFormat is set to true, the ID format is always defined by the DefaultIdFormat property even if the ParentId is defined and the parent has a different format.

Applies to


Feedback

Was this page helpful?