TargetFieldType 枚举

应用到: CRM 2015 on-prem, CRM Online

Indicates the attribute type for the target of the InitializeFromRequest message.

命名空间: Microsoft.Crm.Sdk.Messages
程序集: Microsoft.Crm.Sdk.Proxy (在 Microsoft.Crm.Sdk.Proxy.dll 中)

语法

声明
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
Public Enumeration TargetFieldType
[DataContractAttribute(Namespace="https://schemas.microsoft.com/crm/2011/Contracts")] 
public enum TargetFieldType

成员

成员名称 描述
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.

平台

开发平台

Windows Vista、Windows Server 2003 和

目标平台

Windows Vista,Windows XP

另请参阅

参考

Microsoft.Crm.Sdk.Messages 命名空间
InitializeFromRequest 类
InitializeFromRequest.TargetFieldType 属性

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