Gets or sets the authentication password to be used in requests.
Syntax
Visual Basic (Declaration) | |
---|
Public AuthenticationPassword As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Security
Dim value As String
value = instance.AuthenticationPassword
instance.AuthenticationPassword = value |
C# | |
---|
public string AuthenticationPassword |
Managed Extensions for C++ | |
---|
public: string* AuthenticationPassword |
C++/CLI | |
---|
public:
String^ AuthenticationPassword |
Property Value
The authentication password to be used in a request.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also