This topic has not yet been rated - Rate this topic

SPFieldLookup.CountRelated Property

Windows SharePoint Services 3
Gets or sets a Boolean value that specifies whether to return the number of items that are related to the current list item.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
public virtual bool CountRelated { get; set; }

Property Value

true to return the number of items related to the current item; otherwise, false.

Count-related Lookup fields are a variant of Lookup fields that perform a type of reverse lookup and return the count of items that are related to the current list item.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.