UsernameTokenProvider.Password Property
Gets or sets the password.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim usernameTokenProvider1 As UsernameTokenProvider
Dim returnValue As String
returnValue = usernameTokenProvider1.Password
Dim sampleValue As String
usernameTokenProvider1.Password = sampleValue
Syntax
'Declaration
Public Property Password() As String
public string Password {get; set;}
public:
property String^ Password {
String^ get();
void set(String^ value);
}
public System.String get_Password();
public void set_Password(System.String);
public function get Password() : String;
public function set Password(String);
Property Value
The password.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
UsernameTokenProvider Class
UsernameTokenProvider Members
Microsoft.Web.Services3.Design Namespace