NonCloneableAttribute Constructors
Applied to a business class’ property. Specifies that the target property’s value cannot be cloned when cloning objects via the Clone Object Module.Name | Description |
---|---|
NonCloneableAttribute() | Initializes a new instance of the NonCloneableAttribute class. |
See Also