SfcSerializationAdapterAttribute 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 specify the type of serialization adapter to use for a particular property
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcSerializationAdapterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcSerializationAdapterAttribute = class
inherit Attribute
Public Class SfcSerializationAdapterAttribute
Inherits Attribute
- Inheritance
-
SfcSerializationAdapterAttribute
- Attributes
Constructors
SfcSerializationAdapterAttribute(Type) |
Properties
SfcSerializationAdapterType |
The type of the serialization adapter |