Click or drag to resize

AddInParameterAttribute Class

Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dynamicweb.Extensibility.AddInsAddInParameterAttribute

Namespace:  Dynamicweb.Extensibility.AddIns
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false, 
	Inherited = true)]
public sealed class AddInParameterAttribute : Attribute

The AddInParameterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAddInParameterAttribute
Initializes a new instance of the AddInParameterAttribute class
Top
Properties
  NameDescription
Public propertyName
Top
See Also