Specifies the name of the repository used by the runtime.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public string RepositoryName { get; set; }
Visual Basic (Declaration)
Public Property RepositoryName As String

Field Value

The name of the repository. This value must exist in the list of repository defined in the Visual Guard configuration file.

When the value is null. The runtime will use the reposiotry defined as default.

See Also