DatabaseTestBaseUserName Property |
Gets or sets the name of the user that is used to access the ice.NET
infrastructure.
Namespace: PDTec.IceNet.Sdk.TestAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic string UserName { get; set; }
Property Value
Type:
String
Remarks
This property is used used whenever a new repository is created. The
default value is "Administrator".
See Also