SPPermission.Xml property
NOTE: This API is now obsolete.
Obtém o objeto de permissão em formato XML.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<ObsoleteAttribute("Use the SPRoleAssignment class instead")> _
Public ReadOnly Property Xml As String
Get
'Uso
Dim instance As SPPermission
Dim value As String
value = instance.Xml
[ObsoleteAttribute("Use the SPRoleAssignment class instead")]
public string Xml { get; }
Property value
Type: System.String
Uma seqüência de caracteres que contém o XML.