SPPersistedObject.ToString method
Retorna o tipo e o nome de um objeto e todos os seus ancestrais (pai, avô e assim por diante).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ToString As String
'Uso
Dim instance As SPPersistedObject
Dim returnValue As String
returnValue = instance.ToString()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override string ToString()
Valor retornado
Type: System.String
Uma seqüência de caracteres que contém o tipo e o nome do objeto.