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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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