SPPermission.Xml - Propriété
Remarque : cette API est désormais obsolète.
Obtient l'objet d'autorisation au format XML.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("Use the SPRoleAssignment class instead")> _
Public ReadOnly Property Xml As String
Get
'Utilisation
Dim instance As SPPermission
Dim value As String
value = instance.Xml
[ObsoleteAttribute("Use the SPRoleAssignment class instead")]
public string Xml { get; }
Valeur de propriété
Type : System.String
Chaîne qui contient le code XML.