Get or set the help link from the exception

Namespace: BrightstarDB.Dto
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

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

Property Value

Type: String

See Also