ApplicationCrmEnabledAttribute 생성자

정의

ApplicationCrmEnabledAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
ApplicationCrmEnabledAttribute()

클래스의 새 인스턴스를 ApplicationCrmEnabledAttribute 초기화하고 속성을 true.로 설정합니다Value.

ApplicationCrmEnabledAttribute(Boolean)

필요에 따라 속성을 .로 설정하여 클래스의 ApplicationCrmEnabledAttribute 새 인스턴스를 Valuefalse초기화합니다.

ApplicationCrmEnabledAttribute()

클래스의 새 인스턴스를 ApplicationCrmEnabledAttribute 초기화하고 속성을 true.로 설정합니다Value.

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

적용 대상

ApplicationCrmEnabledAttribute(Boolean)

필요에 따라 속성을 .로 설정하여 클래스의 ApplicationCrmEnabledAttribute 새 인스턴스를 Valuefalse초기화합니다.

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(보상 Resource Manager)을 사용하도록 설정하려면 true, 그렇지 않으면 false.

적용 대상