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
propName
Typ: System.StringEin Name der Feature-Eigenschaft.
propValue
Typ: System.StringEin Wert der Feature-Eigenschaft.