ANSLTcp.UserPassword Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

ANSLTcp.UserPassword Property

BR.AN.PviServices .NET


Gets or sets the user password for authentication.

[Visual Basic]

<PviCpuParameter> _

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

Public Property UserPassword() As String

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

[PviCpuParameter]

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

public string UserPassword { public get; public set; }

Property Value

The user password for authentication.

Remarks

The password will only be evaluated if the UserName is set.

See Also

ANSLTcp Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]