QueryRuleGroup.Name property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property Name As String
Get
Set
'Uso
Dim instance As QueryRuleGroup
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Property value
Type: System.String