Gets or sets view roles - array with Guids of the roles that are authorized to view the part.

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

Syntax

C#
public virtual Guid[] ViewRoles { get; set; }
Visual Basic
Public Overridable Property ViewRoles As Guid()
	Get
	Set
Visual C++
public:
virtual property array<Guid>^ ViewRoles {
	array<Guid>^ get ();
	void set (array<Guid>^ value);
}
F#
abstract ViewRoles : Guid[] with get, set
override ViewRoles : Guid[] with get, set

Property Value

Type: array<Guid>[]()[][]

See Also