ManagedResult.TeaserContentType Property
Gets or sets the teaser MIME-type of the managed content.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property TeaserContentType As String
Get
Set
'Usage
Dim instance As ManagedResult
Dim value As String
value = instance.TeaserContentType
instance.TeaserContentType = value
string TeaserContentType { get; set; }
Property Value
Type: System.String
The current value for the teaser MIME-type of the managed content.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace