Gets and sets the RSVP Code for the role

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

Syntax

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

Field Value

A string representing the RSVP Code for the role

See Also