SfcNonSerializableAttribute Class

Definition

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()

Applies to