SuggestionGroupReturnObject.IsNewKeyword property
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property IsNewKeyword As Boolean
Get
Set
'Usage
Dim instance As SuggestionGroupReturnObject
Dim value As Boolean
value = instance.IsNewKeyword
instance.IsNewKeyword = value
public bool IsNewKeyword { get; set; }
Property value
Type: System.Boolean
See also
Reference
SuggestionGroupReturnObject class