| LocalSettingsLoginSectionUserName Property |
The last chosen Microsoft SQL Server® user name.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic string UserName { get; set; }Public Property UserName As String
Get
Set
public:
property String^ UserName {
String^ get ();
void set (String^ value);
}member UserName : string with get, set
Property Value
Type:
String
See Also