Edit

Share via


ValueSerializerAttribute.ValueSerializerType Property

Definition

Gets the type of the ValueSerializer class reported by this attribute.

public:
 property Type ^ ValueSerializerType { Type ^ get(); };
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)]
public Type ValueSerializerType { get; }
public Type ValueSerializerType { get; }
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>]
member this.ValueSerializerType : Type
member this.ValueSerializerType : Type
Public ReadOnly Property ValueSerializerType As Type

Property Value

The type of the ValueSerializer.

Attributes

Applies to