Share via


SPFeatureProperty-Konstruktor

Initialisiert eine neue Instanz der Klasse SPFeatureProperty basierend auf der angegebenen Eigenschaftenname und Value.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    propName As String, _
    propValue As String _
)
'Usage
Dim propName As String
Dim propValue As String

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

Parameter

Siehe auch

Referenz

SPFeatureProperty Klasse

SPFeatureProperty-Member

Microsoft.SharePoint-Namespace