TargetFieldType Enumeration
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Indicates the attribute type for the target of the InitializeFromRequest message.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")]
public enum TargetFieldType
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/crm/2011/Contracts")>
Public Enumeration TargetFieldType
Members
Member name | 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. |
See Also
InitializeFromRequest
TargetFieldType
Microsoft.Crm.Sdk.Messages Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright