SPFeaturePropertyCollection.Item property (String)
從集合中取得具有指定名稱的功能屬性物件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Default Property Item ( _
propertyName As String _
) As SPFeatureProperty
Get
'用途
Dim instance As SPFeaturePropertyCollection
Dim propertyName As String
Dim value As SPFeatureProperty
value = instance(propertyName)
public SPFeatureProperty this[
string propertyName
] { get; }
參數
propertyName
Type: System.String字串,包含屬性的名稱。
Property value
Type: Microsoft.SharePoint.SPFeatureProperty
SPFeatureProperty 物件,表示功能屬性。
請參閱
參照
SPFeaturePropertyCollection class