ContentType.Fields-Eigenschaft
Ruft einen Wert ab, der die Auflistung von Feldern für den Inhaltstyp angibt.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Fields As FieldCollection
Get
'Usage
Dim instance As ContentType
Dim value As FieldCollection
value = instance.Fields
public FieldCollection Fields { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Client.FieldCollection
Gibt eine FieldCollection -Instanz, die die Sammlung von Feldern für den Inhaltstyp darstellt.