Свойство ContentType.FieldLinks
Gets the column (also known as field) references in the content type.
Пространство имен: 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 ReadOnly Property FieldLinks As FieldLinkCollection
Get
'Применение
Dim instance As ContentType
Dim value As FieldLinkCollection
value = instance.FieldLinks
public FieldLinkCollection FieldLinks { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.FieldLinkCollection
A FieldLinkCollection that represents the references.