NestOptionAttribute 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.
attribution class for nest option.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class NestOptionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type NestOptionAttribute = class
inherit Attribute
Public NotInheritable Class NestOptionAttribute
Inherits Attribute
- Inheritance
-
NestOptionAttribute
- Attributes
Constructors
NestOptionAttribute() |
Create an NestOptionAttribute. |