Gets or sets view roles string (separated by commas or semicolons) with the names of 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 string ViewRolesString { get; set; }
Visual Basic
Public Overridable Property ViewRolesString As String
	Get
	Set
Visual C++
public:
virtual property String^ ViewRolesString {
	String^ get ();
	void set (String^ value);
}
F#
abstract ViewRolesString : string with get, set
override ViewRolesString : string with get, set

Property Value

Type: String

See Also