Gets the authentication password initialized in the constructor.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly AuthenticationPassword As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Passwords
Dim value As String
value = instance.AuthenticationPassword |
| C# | |
|---|
public readonly string AuthenticationPassword |
| Managed Extensions for C++ | |
|---|
public: readonly string* AuthenticationPassword |
| C++/CLI | |
|---|
public:
readonly String^ AuthenticationPassword |
Property Value
Returns the string value used to authenticate the packet.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also