TermSetItem.SetCustomProperty 方法
設定TermSetItem物件的自訂屬性。
命名空間: Microsoft.SharePoint.Client.Taxonomy
組件: Microsoft.SharePoint.Client.Taxonomy.Silverlight (在 Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll 中); Microsoft.SharePoint.Client.Taxonomy.Phone (在 Microsoft.SharePoint.Client.Taxonomy.Phone.dll 中) Microsoft.SharePoint.Client.Taxonomy (在 Microsoft.SharePoint.Client.Taxonomy.dll 中)
語法
'宣告
Public Overridable Sub SetCustomProperty ( _
name As String, _
value As String _
)
'用途
Dim instance As TermSetItem
Dim name As String
Dim value As String
instance.SetCustomProperty(name, value)
public virtual void SetCustomProperty(
string name,
string value
)
參數
name
類型:System.String屬性的名稱。
value
類型:System.String屬性值。