ApplicationCrmEnabledAttribute 构造函数

定义

初始化 ApplicationCrmEnabledAttribute 类的新实例。

重载

ApplicationCrmEnabledAttribute()

初始化 ApplicationCrmEnabledAttribute 类的新实例,并将 Value 属性设置为 true

ApplicationCrmEnabledAttribute(Boolean)

初始化 ApplicationCrmEnabledAttribute 类的新实例,并可以选择将 Value 属性设置为 false

ApplicationCrmEnabledAttribute()

初始化 ApplicationCrmEnabledAttribute 类的新实例,并将 Value 属性设置为 true

public:
 ApplicationCrmEnabledAttribute();
public ApplicationCrmEnabledAttribute ();
Public Sub New ()

适用于

ApplicationCrmEnabledAttribute(Boolean)

初始化 ApplicationCrmEnabledAttribute 类的新实例,并可以选择将 Value 属性设置为 false

public:
 ApplicationCrmEnabledAttribute(bool val);
public ApplicationCrmEnabledAttribute (bool val);
new System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute : bool -> System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute
Public Sub New (val As Boolean)

参数

val
Boolean

若要启用补偿资源管理器 (CRM),则为 true;否则为 false

适用于