(TValueType, Boolean) del método InheritableProperty<TValueType>.SetValue
Establezca el valor de esta propiedad.
Espacio de nombres: Microsoft.SharePoint.Publishing
Ensamblado: Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)
Sintaxis
'Declaración
Public Function SetValue ( _
value As TValueType, _
forceAllSubWebInherit As Boolean _
) As LongRunningOperationJob
'Uso
Dim instance As InheritableProperty
Dim value As TValueType
Dim forceAllSubWebInherit As Boolean
Dim returnValue As LongRunningOperationJob
returnValue = instance.SetValue(value, _
forceAllSubWebInherit)
public LongRunningOperationJob SetValue(
TValueType value,
bool forceAllSubWebInherit
)
Parámetros
value
Tipo: TValueTypeEl valor de la propiedad establecido por este método.
forceAllSubWebInherit
Tipo: System.BooleanObliga a todos los subsitios hereden este valor, aunque la propiedad en un subsitio que actualmente no se hereda.
Valor devuelto
Tipo: LongRunningOperationJob
Un objeto LongRunningOperationJob .
Comentarios
Este método establece el valor del objeto de PublishingWeb actual y obliga a todos los objetos secundarios PublishingWeb a heredar el nuevo valor si el parámetro forceAllSubWebInherit se establece en True. Si el parámetro forceAllSubWebInherit se establece en TRUE, el usuario debe tener permisos para modificar cualquier PublishingWeb los objetos secundarios que están marcados como la herencia. Esta operación puede ser asincrónica si hay subsitios no existe en el sitio actual.
Vea también
Referencia
clase InheritableProperty<TValueType>
Miembros InheritableProperty<TValueType>