SPRole.ToString method
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, o método ToString retornou o nome da função e é 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 Overrides Function ToString As String
'Uso
Dim instance As SPRole
Dim returnValue As String
returnValue = instance.ToString()
[ObsoleteAttribute("Use the SPRoleDefinition class instead")]
public override string ToString()
Valor retornado
Type: System.String
Uma seqüência de caracteres que contém o nome.