NET Password Generator
Config Property



KellermanSoftware.NetPasswordGenerator Namespace > PasswordGenerator Class : Config Property
Specify the configuration to generate passwords
Syntax
'Declaration
 
Public Property Config As PasswordConfig
'Usage
 
Dim instance As PasswordGenerator
Dim value As PasswordConfig
 
instance.Config = value
 
value = instance.Config
public PasswordConfig Config {get; set;}
public:
property PasswordConfig^ Config {
   PasswordConfig^ get();
   void set (    PasswordConfig^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PasswordGenerator Class
PasswordGenerator Members