FieldLinkCreationInformation.Field 属性

获取或设置一个值,指定要创建的FieldLink对象的字段信息。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Property Field As Field
    Get
    Set
用法
Dim instance As FieldLinkCreationInformation
Dim value As Field

value = instance.Field

instance.Field = value
public Field Field { get; set; }

属性值

类型:Microsoft.SharePoint.Client.Field
返回表示FieldLink要创建的字段信息Field实例。

备注

它不能空引用(无 在 Visual Basic 中)。

另请参阅

引用

FieldLinkCreationInformation 类

FieldLinkCreationInformation 成员

Microsoft.SharePoint.Client 命名空间