Password Property

Gets or sets the password for the token provider to validate.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Public ReadOnly Property Password As String
    Get
'Usage
Dim instance As UserNamePasswordTokenProvider
Dim value As String

value = instance.Password
public string Password { get; }
public:
property String^ Password {
    String^ get ();
}
member Password : string
function get Password () : String

Property Value

Type: System. . :: . .String
The password for the token provider to validate.

See Also

Reference

UserNamePasswordTokenProvider Class

Microsoft.ServiceBus Namespace