Click or drag to resize

ServiceNameAttribute Class

Name attributes for a service interface.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.NetServiceNameAttribute

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public sealed class ServiceNameAttribute : Attribute

The ServiceNameAttribute type exposes the following members.

Constructors
 NameDescription
Public methodServiceNameAttribute Constructs a service name attribute.
Top
Properties
 NameDescription
Public propertyName The service name.
Top
See Also