Skip to content

c1bafb01 82a6 e07a 1250 968d29aba4ef

Fernando Garcia edited this page May 8, 2018 · 1 revision

FilterModel.Version Property

Additional header content

Gets or sets the version of the writer.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public string Version { get; set; }

VB

Public Property Version As String
	Get
	Set

Property Value

Type: String
Version of the writer, value greater than 0. Select * for any author. The default is "*".

Remarks

ITEE Object Element Usage

<Filter Version="*|string" .../>

See Also

Reference

FilterModel Class
iTin.Export.Model Namespace

Clone this wiki locally