Share via


SPField.UsedInWebContentTypes-Eigenschaft

Ruft einen booleschen Wert, der angibt, ob das Feld in jeder Inhaltstyp implementiert wird, die in der Websitesammlung verwendet wird.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property UsedInWebContentTypes As Boolean
    Get
'Usage
Dim instance As SPField
Dim value As Boolean

value = instance.UsedInWebContentTypes
public bool UsedInWebContentTypes { get; }

Eigenschaftswert

Typ: System.Boolean
true , wenn das Feld in jeder Inhaltstyp der Websitesammlung implementiert wird; andernfalls false.

Siehe auch

Referenz

SPField Klasse

SPField-Member

Microsoft.SharePoint-Namespace