FieldLookup.IsRelationship 属性
获取或设置一个值,指定是否要达查找列表中返回**GetRelatedField()**通过此查阅字段。
命名空间: 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 IsRelationship As Boolean
Get
Set
用法
Dim instance As FieldLookup
Dim value As Boolean
value = instance.IsRelationship
instance.IsRelationship = value
public bool IsRelationship { get; set; }
属性值
类型:System.Boolean
如果此查阅字段从列表中所查阅以否则返回false不返回 P:Microsoft.SharePoint.Client.List.GetRelatedField,返回Booleantrue 。默认值
异常
异常 | 条件 |
---|---|
[System.NotSupportedException] | 当读取该属性,并且列表属于此字段为外部列表。错误代码:-1。 |
备注
查阅字段是从列表中对其很其值的源列表**GetRelatedFields()**方法返回一个包含有关查阅字段的信息RelatedField对象集合时发现。
IsRelationship属性返回FieldLookup对象表示多个列查阅中的第二列的情况下返回 false。第二列不可发现从源列表。
如果IsRelationship属性,则返回 true,则可以致电**GetDependentLookupInternalNames()**方法获取内部任何依赖于当前FieldLookup对象的关系的源列表的查阅字段的名称。