ApplicationCrmEnabledAttribute Constructors

Definitie

Initialiseert een nieuw exemplaar van de ApplicationCrmEnabledAttribute klasse.

Overloads

Name Description
ApplicationCrmEnabledAttribute()

Initialiseert een nieuw exemplaar van de ApplicationCrmEnabledAttribute klasse, waarbij de Value eigenschap wordt ingesteld op true.

ApplicationCrmEnabledAttribute(Boolean)

Initialiseert een nieuw exemplaar van de ApplicationCrmEnabledAttribute klasse, optioneel het instellen van de Value eigenschap op false.

ApplicationCrmEnabledAttribute()

Initialiseert een nieuw exemplaar van de ApplicationCrmEnabledAttribute klasse, waarbij de Value eigenschap wordt ingesteld op true.

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

Van toepassing op

ApplicationCrmEnabledAttribute(Boolean)

Initialiseert een nieuw exemplaar van de ApplicationCrmEnabledAttribute klasse, optioneel het instellen van de Value eigenschap op 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)

Parameters

val
Boolean

true om compenserende Resource Manager (CRM) in te schakelen; anders false.

Van toepassing op