SuggestionReturnObject.IsKeyword Property
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property IsKeyword As Boolean
Get
Set
'Usage
Dim instance As SuggestionReturnObject
Dim value As Boolean
value = instance.IsKeyword
instance.IsKeyword = value
public bool IsKeyword { get; set; }
Property Value
Type: System.Boolean