SPFeatureProperty.Value - Propriété
Obtient ou définit la valeur de la propriété de fonctionnalité.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Value As String
Get
Set
'Utilisation
Dim instance As SPFeatureProperty
Dim value As String
value = instance.Value
instance.Value = value
public string Value { get; set; }
Valeur de propriété
Type : System.String
Chaîne qui contient la valeur de la propriété de fonctionnalité.