Skip to content

3a5039fa 9742 bec0 9342 5875d914b18a

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

FilterModel.Author Property

Additional header content

Gets or sets the author of writer. Select * for any author.

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 Author { get; set; }

VB

Public Property Author As String
	Get
	Set

Property Value

Type: String
Author of writer. Select * for any author. The default is "*".

Remarks

ITEE Object Element Usage

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

See Also

Reference

FilterModel Class
iTin.Export.Model Namespace

Clone this wiki locally