PersistedDictionary.Name Property
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