Énumération TargetFieldType
S'applique à: CRM 2015 on-prem, CRM Online
Indicates the attribute type for the target of the InitializeFromRequest message.
Espace de noms: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (dans Microsoft.Crm.Sdk.Proxy.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
Public Enumeration TargetFieldType
[DataContractAttribute(Namespace="https://schemas.microsoft.com/crm/2011/Contracts")]
public enum TargetFieldType
Membres
Nom du membre | Description |
---|---|
All | Initialize all possible attribute values. Value = 0. |
ValidForCreate | Initialize the attribute values that are valid for create. Value = 1. |
ValidForRead | Initialize the attribute values that are valid for read. Value = 3. |
ValidForUpdate | initialize the attribute values that are valid for update. Value = 2. |
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Voir aussi
Référence
Espace de noms Microsoft.Crm.Sdk.Messages
Classe InitializeFromRequest
Propriété InitializeFromRequest.TargetFieldType
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.