Compartilhar via


SPRole.ParentWeb 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 ParentWeb retornou o site pai para a função 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 ParentWeb As SPWeb
    Get
'Uso
Dim instance As SPRole
Dim value As SPWeb

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

Property value

Type: Microsoft.SharePoint.SPWeb
Um objeto SPWeb que representa o site.

Ver também

Referência

SPRole class

SPRole members

Microsoft.SharePoint namespace