SetPassword Method (FileServiceProxySettings)
In This Topic
Sets the password for connecting to this provider
Syntax
'Declaration
Public Sub SetPassword( _
ByVal As String _
)
public void SetPassword(
string
)
public:
void SetPassword(
String^
)
Parameters
- value
- The new password
See Also