Variations.UserAccessibleLabels propriedade
Retorna uma coleção de objetos cuja hierarquia foi criada e está acessível para o usuário atual.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
Public ReadOnly Property UserAccessibleLabels As ReadOnlyCollection(Of VariationLabel)
Get
'Uso
Dim instance As Variations
Dim value As ReadOnlyCollection(Of VariationLabel)
value = instance.UserAccessibleLabels
public ReadOnlyCollection<VariationLabel> UserAccessibleLabels { get; }
Valor de propriedade
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<VariationLabel>
Exemplos
Reference code on how to use this property can be found in "/_controltemplates/VariationRootLanding.ascx".