Class PlugInNameAttribute
- Namespace
- Monai.Deploy.InformaticsGateway.Api.PlugIns
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
[AttributeUsage(AttributeTargets.Class)]
public class PlugInNameAttribute : Attribute
- Inheritance
-
PlugInNameAttribute
- Inherited Members
Constructors
PlugInNameAttribute(string)
public PlugInNameAttribute(string name)
Parameters
name
string
Properties
Name
public string Name { get; set; }