SPFeatureProperty 构造函数
初始化基于指定的属性名称和值的SPFeatureProperty类的新实例。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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
类型:System.String功能属性的名称。
propValue
类型:System.String功能属性的值。