SPFeatureProperty class
代表單一的功能屬性。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPFeatureProperty
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public NotInheritable Class SPFeatureProperty
'用途
Dim instance As SPFeatureProperty
public sealed class SPFeatureProperty
備註
使用SPFeature或Microsoft.SharePoint.Administration.SPFeatureDefinition類別的Properties屬性來取得屬性集合的功能或功能定義。使用索引子來從集合傳回單一屬性。例如,如果集合指派給名為myProperties的變數時,使用在 C# 的myProperties[index]或Visual Basic,在myProperties(index)index所在集合中功能的索引數目或功能名稱。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.