Skip to content

4b1899e2 8ae2 6430 f0c8 e826d3d60fc1

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

ServerCredentialModel.UserName Property

Additional header content

Gets or sets the user name associated with 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 UserName { get; set; }

VB

Public Property UserName As String
	Get
	Set

Property Value

Type: String
The user name associated with the credential.

Remarks

ITEE Object Element Usage

<Credential UserName="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 SSL="Yes" 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