ManagedProperty.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
Public Property UpdateGroup As String
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As String

value = instance.UpdateGroup

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

Property value

Type: System.String

Exceptions

Exception Condition
InvalidOperationException

If this object is not backed.

PropertyIsReadOnlyException

If this property is read only.

Remarks

All properties in an update group for one document can be updated by a partial update operation without modifying properties in other update groups.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace