Compartilhar via


PublishingWeb.Label propriedade

Obtém o objeto VariationLabel em cuja hierarquia este objeto PublishingWeb está localizado.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
Public ReadOnly Property Label As VariationLabel
    Get
'Uso
Dim instance As PublishingWeb
Dim value As VariationLabel

value = instance.Label
public VariationLabel Label { get; }

Valor de propriedade

Tipo: Microsoft.SharePoint.Publishing.VariationLabel
O VariationLabel associado este PublishingWeb.

Comentários

O valor de retorno é uma referência nula (Nothing no Visual Basic) se o PublishingWeb não está localizado dentro de uma hierarquia de variação.

Ver também

Referência

PublishingWeb classe

PublishingWeb membros

Microsoft.SharePoint.Publishing namespace