Freigeben über


SPGroup.Xml-Eigenschaft

Ruft die Eigenschaften der Gruppe als XML-Zeichenfolge.

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

Syntax

'Declaration
Public ReadOnly Property Xml As String
    Get
'Usage
Dim instance As SPGroup
Dim value As String

value = instance.Xml
public string Xml { get; }

Eigenschaftswert

Typ: System.String
Eine Zeichenfolge mit den XML-Code wie folgt:

<Group ID="4" Name="Team Site Visitors" Description=
    "Use this group to give people read permissions
    to the SharePoint site: Team Site" OwnerID="3" 
    OwnerIsUser="False" />

Siehe auch

Referenz

SPGroup Klasse

SPGroup-Member

Microsoft.SharePoint-Namespace