RootDesignerSerializerAttribute.SerializerBaseTypeName Property

Definition

Gets the fully qualified type name of the base type of the serializer.

public:
 property System::String ^ SerializerBaseTypeName { System::String ^ get(); };
public string SerializerBaseTypeName { get; }
public string? SerializerBaseTypeName { get; }
member this.SerializerBaseTypeName : string
Public ReadOnly Property SerializerBaseTypeName As String

Property Value

The name of the base type of the serializer.

Applies to