Skip to content

77682be2 afc8 920b f117 c3b96c319112

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

FilterModel.Company Property

Additional header content

Gets or sets the company name 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 Company { get; set; }

VB

Public Property Company As String
	Get
	Set

Property Value

Type: String
Company name of the writer. Select * for any author. The default is "*".

Remarks

ITEE Object Element Usage

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

See Also

Reference

FilterModel Class
iTin.Export.Model Namespace

Clone this wiki locally