(TValueType, Boolean, String, String) del método InheritableProperty<TValueType>.SetValue
Este miembro está reservado para uso interno y no debe usarse directamente desde el código.
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, _
successUrl As String, _
failureUrl As String _
) As LongRunningOperationJob
'Uso
Dim instance As InheritableProperty
Dim value As TValueType
Dim forceAllSubWebInherit As Boolean
Dim successUrl As String
Dim failureUrl As String
Dim returnValue As LongRunningOperationJob
returnValue = instance.SetValue(value, _
forceAllSubWebInherit, successUrl, _
failureUrl)
public LongRunningOperationJob SetValue(
TValueType value,
bool forceAllSubWebInherit,
string successUrl,
string failureUrl
)
Parámetros
- value
Tipo: TValueType
- forceAllSubWebInherit
Tipo: System.Boolean
- successUrl
Tipo: System.String
- failureUrl
Tipo: System.String
Valor devuelto
Tipo: LongRunningOperationJob
Vea también
Referencia
clase InheritableProperty<TValueType>
Miembros InheritableProperty<TValueType>