Activity.ForceDefaultIdFormat 属性

定义

获取或设置一个值,该值确定 DefaultIdFormat 是否始终用于定义默认 ID 格式。

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

属性值

true 如果始终使用 , DefaultIdFormat则为 ;否则为 false

注解

通常, ParentId 如果定义了 ,则其格式将确定当前 Activity使用的格式。 但是,如果 ForceDefaultFormat 设置为 true,则 ID 格式始终由 DefaultIdFormat 属性定义, ParentId 即使 定义了 并且父级具有不同的格式。

适用于