Gets photo gallery admin roles (comma separated list).

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

Syntax

C#
public static string PhotoGalleryAdministratorRoles { get; }
Visual Basic
Public Shared ReadOnly Property PhotoGalleryAdministratorRoles As String
	Get
Visual C++
public:
static property String^ PhotoGalleryAdministratorRoles {
	String^ get ();
}
F#
static member PhotoGalleryAdministratorRoles : string with get

Property Value

Type: String
The photo gallery administrator roles.

See Also