SPFolder.AddProperty method
將具有指定索引鍵/值組的項目,加入資料夾的中繼資料。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub AddProperty ( _
key As Object, _
value As Object _
)
'用途
Dim instance As SPFolder
Dim key As Object
Dim value As Object
instance.AddProperty(key, value)
public void AddProperty(
Object key,
Object value
)
參數
key
Type: System.Object若要新增的項目索引鍵。
value
Type: System.Object若要新增之項目的值。值可以是a null reference (Nothing in Visual Basic)。
備註
這個方法會加入至資料夾中, Properties屬性中所包含的中繼資料集合的指定索引鍵/值組的新項目。