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
propName
Type: System.StringA name of the Feature property.
propValue
Type: System.StringA value of the Feature property.