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.2.0.0 (7.2.7583.15464)
Syntax public string UserName { get; set; }
Property Value
Type:
StringRemarks
This property is used used whenever a new repository is created. The
default value is "Administrator".
See Also