Share via


SPGroup.Xml - Propriété

Obtient les propriétés du groupe sous la forme d'une chaîne XML.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Xml As String
    Get
'Utilisation
Dim instance As SPGroup
Dim value As String

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

Valeur de propriété

Type : System.String
Chaîne qui contient le code XML, comme suit :

<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" />

Voir aussi

Référence

SPGroup classe

SPGroup - Membres

Microsoft.SharePoint - Espace de noms