CodeBuilderAttribute 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.
The Attribute class to configure dyanamic code generation process for service remoting.
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Interface)]
public class CodeBuilderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Interface)>]
type CodeBuilderAttribute = class
inherit Attribute
Public Class CodeBuilderAttribute
Inherits Attribute
- Inheritance
-
CodeBuilderAttribute
- Attributes
Constructors
CodeBuilderAttribute() |
Initializes a new instance of the CodeBuilderAttribute class. |
Properties
EnableDebugging |
Gets or sets a value indicating whether to enable debugging flag for the attribute to be used by auto code generation. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET