PageLayoutValidator.ValidIfExists propriedade
Obtém ou define um valor que indica se deve verificar a existência ou a ausência do layout da página.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
<BindableAttribute(True)> _
Public Property ValidIfExists As Boolean
Get
Set
'Uso
Dim instance As PageLayoutValidator
Dim value As Boolean
value = instance.ValidIfExists
instance.ValidIfExists = value
[BindableAttribute(true)]
public bool ValidIfExists { get; set; }
Valor de propriedade
Tipo: System.Boolean
true para verificar existência; false para verificar se há ausência.