Partager via


InheritableProperty<TValueType>.SetValue - Méthode (TValueType, Boolean, String, String)

Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.

Espace de noms :  Microsoft.SharePoint.Publishing
Assembly :  Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)

Syntaxe

'Déclaration
Public Function SetValue ( _
    value As TValueType, _
    forceAllSubWebInherit As Boolean, _
    successUrl As String, _
    failureUrl As String _
) As LongRunningOperationJob
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : LongRunningOperationJob

Voir aussi

Référence

InheritableProperty<TValueType> classe

InheritableProperty<TValueType> - Membres

SetValue - Surcharge

Microsoft.SharePoint.Publishing - Espace de noms

InheritableProperty<TValueType>