LinksStoreSettingsBase<T>.bucketMap-Eigenschaft
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected ReadOnly Property bucketMap As List(Of Guid)
Get
'Usage
Dim value As List(Of Guid)
value = Me.bucketMap
protected List<Guid> bucketMap { get; }
Eigenschaftswert
Typ: System.Collections.Generic.List<Guid>
Siehe auch
Referenz
LinksStoreSettingsBase<T> Klasse