Gets or sets edit roles string (role names separated by commas or semicolons) with the role names that are authorized to make changes on the part.

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

Syntax

C#
public virtual string EditRolesString { get; set; }
Visual Basic
Public Overridable Property EditRolesString As String
	Get
	Set
Visual C++
public:
virtual property String^ EditRolesString {
	String^ get ();
	void set (String^ value);
}
F#
abstract EditRolesString : string with get, set
override EditRolesString : string with get, set

Property Value

Type: String

See Also