Compartilhar via


SPRole.Xml property

NOTE: This API is now obsolete.

Use em vez disso, as novas classes SPRoleDefinition e SPRoleAssignment para definir funções e atribuir usuários a elas. Para obter mais informações, consulte Changes in the Authorization Object Model. (Em Windows SharePoint Services 2,0, a propriedade Xml retornado da função em formato XML e é mantida para compatibilidade com versões anteriores.)

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

Syntax

'Declaração
<ObsoleteAttribute("Use the SPRoleDefinition class instead")> _
Public ReadOnly Property Xml As String
    Get
'Uso
Dim instance As SPRole
Dim value As String

value = instance.Xml
[ObsoleteAttribute("Use the SPRoleDefinition class instead")]
public string Xml { get; }

Property value

Type: System.String
Uma seqüência de caracteres que contém a função no formato XML.

Ver também

Referência

SPRole class

SPRole members

Microsoft.SharePoint namespace