Freigeben über


DeploymentEntityType Enum

Definition

Describes the type of deployment entity.

public enum class DeploymentEntityType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="DeploymentEntityType", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")]
public enum DeploymentEntityType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="DeploymentEntityType", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")>]
type DeploymentEntityType = 
Public Enum DeploymentEntityType
Inheritance
DeploymentEntityType
Attributes

Fields

AsyncSettings 0

The asynchronous settings entity. Value = 0.

Certificate 19

The certificate entity. Value = 18.

ClaimsSettings 1

The claims settings entity. Value = 1.

CustomCodeSettings 14

The custom code settings entity. Value = 14.

DashboardSettings 3

The dashboard settings entity. Value = 3.

DeferredOperationStatus 24

The deferred operation status entity. Value = 23.

DeploymentAdministrator 20

The deployment administrator entity. Value = 19.

DupSettings 4

The duplicate detection settings entity. Value = 4.

EmailConversationViewSettings 15
EtmSettings 5

The ETM settings entity. Value = 5.

IfdSettings 6

The Internet-facing deployment (IFD) settings entity. Value = 6.

ImportSettings 7

The data import settings entity. Value = 7.

LicenseProperties 23

The license properties entity. Value = 22.

MarketplaceSettings 13

The marketplace settings entity. Value = 13.

MonitoringSettings 25

The monitoring settings entity. Value = 24.

MultiEntityQuickFindSettings 17

The multi-entity quick find settings entity. Value = 16.

OAuthClaimsSettings 2

The OAuth claims settings entity. Value = 2.

Organization 22

The organization entity. Value = 21.

QuickFindSettings 18

The quick find settings entity. Value = 17.

Server 21

The server entity. Value = 20.

ServerSideSyncACTSettings 29

The server side synchronization ACT settings entity. Value = 28.

ServerSideSyncEmailSettings 27

The server-side synchronization email settings entity. Value = 26.

ServerSideSyncQueueSettings 28

The server-side synchronization queue settings entity. Value = 27.

SqmSettings 12

The service quality metrics (SQM) settings entity. Value = 12.

TeamSettings 16

The team settings entity. Value = 15.

ThrottleSettings 8

The throttle settings entity. Value = 8.

TraceSettings 9

The trace settings entity. Value = 9.

WebAddressSettings 10

The web address settings entity. Value = 10.

WorkflowSettings 11

The workflow settings entity. Value = 11.

YammerSettings 26

The Yammer settings entity. Value = 25.

Applies to

See also