ISerializerFactory.DefaultFileExtension Property

Definition

Gets the default extension for files of the manufacturer's proprietary format.

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

Property Value

A String representing the proprietary format's default file extension.

Remarks

This method is most useful if the leading period is included, for example, ".zzz"

Applies to