Specifies the name of the repository used by the runtime.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public string RepositoryName { get; set; }
Visual Basic
Public Property RepositoryName As String
	Get
	Set

Property Value

Type: String
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