Gets or sets board names in a CSV format.

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

Syntax

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

Property Value

Type: String

See Also