InheritableProperty<TValueType>.Value - Propriété
Obtient la valeur de la propriété.
Espace de noms : Microsoft.SharePoint.Publishing
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Value As TValueType
Get
'Utilisation
Dim instance As InheritableProperty
Dim value As TValueType
value = instance.Value
public TValueType Value { get; }
Valeur de propriété
Type : TValueType
Remarques
Retourne la valeur effective de la propriété sur cet objet PublishingWeb .
Voir aussi
Référence
InheritableProperty<TValueType> classe
InheritableProperty<TValueType> - Membres