Gets a create new photo gallery roles (comma separated list).

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

Syntax

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

Property Value

Type: String

See Also