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
)
參數
propName
Type: System.String功能屬性的名稱。
propValue
Type: System.String功能屬性的值。