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

Syntax

C#
public string this[
	string propertyName
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	propertyName As String
) As String
	Get

Parameters

propertyName
Type: System..::..String

Property Value

Type: String

See Also