ManagedProperty.SummaryType Property

Gets or sets the summary type for a managed property.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Property SummaryType As SummaryType
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As SummaryType

value = instance.SummaryType

instance.SummaryType = value
SummaryType SummaryType { get; set; }

Property Value

Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.SummaryType
A SummaryType enumeration value that specifies the current summary type of the managed property.

See Also

Reference

ManagedProperty Interface

ManagedProperty Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

Other Resources

ManagedProperty