Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public 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