共用方式為


SPFeatureProperty constructor

初始化根據指定的屬性名稱和值的SPFeatureProperty類別的新執行個體。

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

Syntax

'宣告
Public Sub New ( _
    propName As String, _
    propValue As String _
)
'用途
Dim propName As String
Dim propValue As String

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

參數

請參閱

參照

SPFeatureProperty class

SPFeatureProperty members

Microsoft.SharePoint namespace