SerializerDescriptor.AssemblyPath Property

Definition

Gets the path to the assembly file that contains the serializer.

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

Property Value

The path to the assembly file that contains the plug-in serializer.

Applies to

See also