Freigeben über


LinksStoreCollection-Klasse

Vererbungshierarchie

System.Object
  UpdatableCollection<Guid, LinksStore>
    Microsoft.Office.Server.Search.Administration.LinksStoreCollection

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class LinksStoreCollection _
    Inherits UpdatableCollection(Of Guid, LinksStore)
'Usage
Dim instance As LinksStoreCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class LinksStoreCollection : UpdatableCollection<Guid, LinksStore>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

LinksStoreCollection-Member

Microsoft.Office.Server.Search.Administration-Namespace