BaseTableOfContentsDataSource.AnchorWeb propriedade
Obtém ou define o URL do qual iniciar a coleta de dados.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
Public Property AnchorWeb As String
Get
Set
'Uso
Dim instance As BaseTableOfContentsDataSource
Dim value As String
value = instance.AnchorWeb
instance.AnchorWeb = value
public string AnchorWeb { get; set; }
Valor de propriedade
Tipo: System.String
O URL do site do qual deseja iniciar a coleta de dados.
Ver também
Referência
BaseTableOfContentsDataSource classe