ValueSerializerAttribute.ValueSerializerTypeName Property      
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.
Gets the assembly qualified name of the ValueSerializer type for this type or property.
public:
 property System::String ^ ValueSerializerTypeName { System::String ^ get(); };[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)]
public string ValueSerializerTypeName { get; }public string ValueSerializerTypeName { get; }[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>]
member this.ValueSerializerTypeName : stringmember this.ValueSerializerTypeName : stringPublic ReadOnly Property ValueSerializerTypeName As StringProperty Value
The assembly qualified name of the type.
- Attributes