NestedDeploymentPropertyAttribute Class

Definition

This class supports the product infrastructure and is not intended to be used directly from your code. Indicates that a deployment property should be expanded for commandline property overriding

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class NestedDeploymentPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type NestedDeploymentPropertyAttribute = class
    inherit Attribute
Public NotInheritable Class NestedDeploymentPropertyAttribute
Inherits Attribute
Inheritance
NestedDeploymentPropertyAttribute
Attributes

Constructors

NestedDeploymentPropertyAttribute()

Default Constructor

Applies to