DefaultSerializationProviderAttribute.ProviderTypeName Property

Definition

Gets the type name of the serialization provider.

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

Property Value

A string containing the name of the provider.

Applies to

See also