SPFeatureProperty constructor

Initializes a new instance of the SPFeatureProperty class based on the specified property name and 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
)

Parameters

See also

Reference

SPFeatureProperty class

SPFeatureProperty members

Microsoft.SharePoint namespace