PostConfigurationActionAttribute Class

Definition

Custom attribute which describes post actions required for property configuration.

[System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=true)]
public sealed class PostConfigurationActionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=true)>]
type PostConfigurationActionAttribute = class
    inherit Attribute
Public NotInheritable Class PostConfigurationActionAttribute
Inherits Attribute
Inheritance
PostConfigurationActionAttribute
Attributes

Constructors

PostConfigurationActionAttribute(PostConfigurationAction)

Properties

PostConfigurationAction

Applies to