FieldLookup.PrimaryFieldId 属性
获取或设置一个值,指定主查找字段标识符如果这是取决于查阅字段以其他方式,它是一个空字符串。
命名空间: 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 PrimaryFieldId As String
Get
Set
用法
Dim instance As FieldLookup
Dim value As String
value = instance.PrimaryFieldId
instance.PrimaryFieldId = value
public string PrimaryFieldId { get; set; }
属性值
类型:System.String
返回表示主查找字段标识符String实例。
异常
异常 | 条件 |
---|---|
[Microsoft.SharePoint.SPException] | 有效的 GUID。错误代码 ︰-2146232832。 |
[System.NotSupportedException] | 此字段所属的列表时外部列表。错误代码:-1。 |
备注
当您创建了多个列查阅时,主字段是建立与源列表关系FieldLookup对象。一个或多个辅助字段取决于源列表的关系的主字段。
如果当前SPFieldLookup对象**IsDependentLookup()**属性返回true,则当前对象是辅助字段,其PrimaryFieldId属性将返回的字符串表示形式 GUID 的标识这取决于主查阅字段。