Gets or sets RoleType which is this role type.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public RoleType RoleType { get; set; }
Visual Basic (Declaration)
Public Property RoleType As RoleType
Visual C++
public:
property RoleType RoleType {
	RoleType get ();
	void set (RoleType value);
}

See Also