UserSegment.Terms property
Gets a collection of user segment terms
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Terms As UserSegmentTermCollection
Get
Friend Set
'Usage
Dim instance As UserSegment
Dim value As UserSegmentTermCollection
value = instance.Terms
public UserSegmentTermCollection Terms { get; internal set; }
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.UserSegmentTermCollection