Array of Guids that identify the roles which are allowed to edit this part.

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

Syntax

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

Property Value

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

See Also