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
- value
Type : TValueType
- forceAllSubWebInherit
Type : System.Boolean
- successUrl
Type : System.String
- failureUrl
Type : System.String
Valeur renvoyée
Type : LongRunningOperationJob
Voir aussi
Référence
InheritableProperty<TValueType> classe
InheritableProperty<TValueType> - Membres