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