ANSLTcp.UserName Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

ANSLTcp.UserName Property

BR.AN.PviServices .NET


Gets or sets the name of the user for authentication.

[Visual Basic]

<PviCpuParameter> _

<PviKeyWord(PviKeyWord:=""/UN"")> _

Public Property UserName() As String

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

[PviCpuParameter]

[PviKeyWord(PviKeyWord=""/UN"")]

public string UserName { public get; public set; }

Property Value

The user name for authentication.

Remarks

The user name is only valid for ANSl using AR version starting with A4.61. If authentication vails error 11195 will be fired.

See Also

ANSLTcp Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]