ManagedPropertyInfo.UpdateGroup property

Gets or sets the name of the update group of this managed property.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property UpdateGroup As String
    Get
    Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As String

value = instance.UpdateGroup

instance.UpdateGroup = value
[DataMemberAttribute]
public string UpdateGroup { get; set; }

Property value

Type: System.String

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace