String that is used to format the URL for displaying a single blog post

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

Syntax

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

Property Value

Type: String

See Also