Compartir por


Enumeración de OwnershipTypes

Se aplica a: CRM 2015 on-prem, CRM Online

Specifies the type of ownership for an entity.

Espacio de nombres: Microsoft.Xrm.Sdk.Metadata
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)

Sintaxis

'Declaración
<FlagsAttribute> _
<DataContractAttribute(Name:="OwnershipTypes", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata")> _
Public Enumeration OwnershipTypes
[FlagsAttribute] 
[DataContractAttribute(Name="OwnershipTypes", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata")] 
public enum OwnershipTypes

Integrantes

Nombre del miembro Descripción
BusinessOwned The entity is owned by a business unit. Solo para uso interno. Value = 4.
BusinessParented The entity is parented by a business unit. Solo para uso interno. Value = 16.
None The entity does not have an owner. Solo para uso interno. Value = 0.
OrganizationOwned The entity is owned by an organization. Value = 8.
TeamOwned The entity is owned by a team. Solo para uso interno.Value = 2.
UserOwned The entity is owned by a system user. Value = 1.

Comentarios

The only valid values for custom entities are OrgOwned or UserOwned. For Microsoft Dynamics CRM 2011 y Microsoft Dynamics CRM Online, all UserOwned entities can be assigned to teams.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows Server 2003 y

Plataformas de destino

Windows Vista,Windows XP

Vea también

Referencia

Espacio de nombres de Microsoft.Xrm.Sdk.Metadata
Propiedad EntityMetadata.OwnershipType
Entity Ownership
Options Available When Creating a Custom Entity

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.