Partager via


SPFeatureProperty - Constructeur

Initialise une nouvelle instance de la classe SPFeatureProperty basée sur le nom de propriété spécifié et la valeur.

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

Syntaxe

'Déclaration
Public Sub New ( _
    propName As String, _
    propValue As String _
)
'Utilisation
Dim propName As String
Dim propValue As String

Dim instance As New SPFeatureProperty(propName, _
    propValue)
public SPFeatureProperty(
    string propName,
    string propValue
)

Paramètres

  • propName
    Type : System.String

    Nom de la propriété de fonctionnalité.

  • propValue
    Type : System.String

    Valeur de la propriété de fonctionnalité.

Voir aussi

Référence

SPFeatureProperty classe

SPFeatureProperty - Membres

Microsoft.SharePoint - Espace de noms