Compartir a través de


de la propiedad InheritableProperty<TValueType>.IsInheriting

Indica si esta propiedad hereda su valor del objeto primario PublishingWeb .

Espacio de nombres:  Microsoft.SharePoint.Publishing
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsInheriting As Boolean
    Get
'Uso
Dim instance As InheritableProperty
Dim value As Boolean

value = instance.IsInheriting
public bool IsInheriting { get; }

Valor de propiedad

Tipo: System.Boolean

Comentarios

true si el objeto PublishingWeb hereda su valor, el objeto PublishingWeb ; en caso contrario, false

Vea también

Referencia

clase InheritableProperty<TValueType>

Miembros InheritableProperty<TValueType>

Espacio de nombres Microsoft.SharePoint.Publishing

InheritableProperty<TValueType>