SPSiteSubscriptionFeaturePack.ToString method
Retorna uma versão em texto legível de um feature pack.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides Function ToString As String
'Uso
Dim instance As SPSiteSubscriptionFeaturePack
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Valor retornado
Type: System.String
Uma representação de String do feature pack.
Ver também
Referência
SPSiteSubscriptionFeaturePack class