Term.IsKeyword プロパティ
現在のTermオブジェクトがKeywordTermSetオブジェクトのキーワードであるかどうかを取得します。
名前空間: 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 ReadOnly Property IsKeyword As Boolean
Get
'使用
Dim instance As Term
Dim value As Boolean
value = instance.IsKeyword
public bool IsKeyword { get; }
プロパティ値
型: System.Boolean
現在Termが、キーワードである場合は trueそれ以外の場合、 false