<< Click to Display Table of Contents >> Navigation: »No topics above this level« ANSLTcp.UserPassword Property |
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; }
The user password for authentication.
The password will only be evaluated if the UserName is set.
ANSLTcp Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]