Gets or sets role ids.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public List<Guid> RoleIds { get; set; }
Visual Basic
Public Property RoleIds As List(Of Guid)
	Get
	Set
Visual C++
public:
property List<Guid>^ RoleIds {
	List<Guid>^ get ();
	void set (List<Guid>^ value);
}
F#
member RoleIds : List<Guid> with get, set

Property Value

Type: List<(Of <(<'Guid>)>)>

See Also