Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the stored dictionary.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Store
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property Name As String
Get
Set
'Usage
Dim instance As PersistedDictionary
Dim value As String
value = instance.Name
instance.Name = value
string Name { get; set; }
Property Value
Type: System.String
The name of the stored dictionary.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Store Namespace