Freigeben über


ContentType.Group-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, der die Inhaltstypgruppe 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 Property Group As String
    Get
    Set
'Usage
Dim instance As ContentType
Dim value As String

value = instance.Group

instance.Group = value
public string Group { get; set; }

Eigenschaftswert

Typ: System.String
Gibt eine String -Instanz, die die Gruppe Inhaltstyp für den Inhaltstyp darstellt.

Hinweise

Es muss nicht leer sein. Seine Länge muss gleich oder kleiner als 128.

Siehe auch

Referenz

ContentType Klasse

ContentType-Member

Microsoft.SharePoint.Client-Namespace