Class ServiceNameAttribute
LUCENENET specific abstract class for
Inheritance
System.Object
ServiceNameAttribute
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public abstract class ServiceNameAttribute : System.Attribute
Constructors
| Improve this Doc View SourceServiceNameAttribute(String)
Sole constructor. Initializes the service name.
Declaration
public ServiceNameAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Properties
| Improve this Doc View SourceName
Gets the service name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |