Activity.ForceDefaultIdFormat 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 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.