Skip to content

c623c106 cadb 75de a6e0 29f976716f8b

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

ServerCredentialModel.Domain Property

Additional header content

Gets or sets the domain or computer name that verifies the credential.

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

VB

Public Property Domain As String
	Get
	Set

Property Value

Type: String
The name of the domain associated with the credential. The default is an empty string ("").

Remarks

ITEE Object Element Usage

<Credential Domain="string" .../>

Compatibility table with native writers.

Comma-Separated Values
CsvWriter
Tab-Separated Values
TsvWriter
SQL Script
SqlScriptWriter
XML Spreadsheet 2003
Spreadsheet2003TabularWriter
X X X X
A X value indicates that the writer supports this element.

Examples

XML

<Credential Name="firstcredential" UserName="address@gmail.com" password="pwd" Host="smtp.gmail.com"/>

See Also

Reference

ServerCredentialModel Class
iTin.Export.Model Namespace

Clone this wiki locally