Compartilhar via


SPRole.Type 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. (No Windows SharePoint Services 2,0, a propriedade Type retornou que o tipo da função é mantido 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 Type As SPRoleType
    Get
'Uso
Dim instance As SPRole
Dim value As SPRoleType

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

Property value

Type: Microsoft.SharePoint.SPRoleType
Um valor de SPRoleType que especifica o tipo de função.

Ver também

Referência

SPRole class

SPRole members

Microsoft.SharePoint namespace