SPGroup.Xml property
Obtém as propriedades do grupo como uma sequência de caracteres XML.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Xml As String
Get
'Uso
Dim instance As SPGroup
Dim value As String
value = instance.Xml
public string Xml { get; }
Property value
Type: System.String
Uma seqüência de caracteres que contém o XML, da seguinte maneira:
<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" />