IgnoreClientPropertyAttribute 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.
Indicates that an attribute should not be serialized while inserting or updating an entity.
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class IgnoreClientPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type IgnoreClientPropertyAttribute = class
inherit Attribute
Public NotInheritable Class IgnoreClientPropertyAttribute
Inherits Attribute
- Inheritance
-
IgnoreClientPropertyAttribute
- Attributes
Constructors
IgnoreClientPropertyAttribute() |