ExceptionMessageBox.HelpLink Özelliği
Alır veya bağlantıyı Yardım dosyasına veya üst düzey iletiyle ilişkili Yardım Web sayfa olarak ayarlar.
Ad Alanı: Microsoft.SqlServer.MessageBox
Derleme: Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox içinde.dll)
Sözdizimi
'Bildirim
Public Property HelpLink As String
Get
Set
'Kullanım
Dim instance As ExceptionMessageBox
Dim value As String
value = instance.HelpLink
instance.HelpLink = value
public string HelpLink { get; set; }
public:
property String^ HelpLink {
String^ get ();
void set (String^ value);
}
member HelpLink : string with get, set
function get HelpLink () : String
function set HelpLink (value : String)
Özellik Değeri
Tür: System.String
A String url değeri.
Açıklamalar
Bu dize bir url biçiminde olması gerekir.
Varsayılan değer nullnull başvuru (Visual Basic'te Nothing).