NestedDeploymentPropertyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |