DatabaseTestBaseUserName Property |
Gets or sets the name of the user that is used to access the ice.NET
infrastructure.
Namespace:
PDTec.IceNet.Sdk.Test
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.0.0.0 (7.0.6906.26599)
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