Свойство ContentType.Fields
Gets a value that specifies the collection of fields for 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 Fields As FieldCollection
Get
'Применение
Dim instance As ContentType
Dim value As FieldCollection
value = instance.Fields
public FieldCollection Fields { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.FieldCollection
Returns a FieldCollection instance representing the collection of fields for the content type.