Gets the role settings

Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlIgnoreAttribute]
public Dictionary<string, string> Settings { get; }
Visual Basic
<XmlIgnoreAttribute> 
Public ReadOnly Property Settings As Dictionary(Of String, String)
	Get

See Also