SfcNonSerializableAttribute 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.
Attribute to skip serialization of properties. Currently, the attribute only applies to container type relationships.
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcNonSerializableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcNonSerializableAttribute = class
inherit Attribute
Public Class SfcNonSerializableAttribute
Inherits Attribute
- Inheritance
-
SfcNonSerializableAttribute
- Attributes
Constructors
SfcNonSerializableAttribute() |