ExceptionMessageBox.Caption Özelliği
Alır veya ayarlar özel durum ileti kutusunun iletişim kutusunu başlık.
Ad Alanı: Microsoft.SqlServer.MessageBox
Derleme: Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox içinde.dll)
Sözdizimi
'Bildirim
Public Property Caption As String
Get
Set
'Kullanım
Dim instance As ExceptionMessageBox
Dim value As String
value = instance.Caption
instance.Caption = value
public string Caption { get; set; }
public:
property String^ Caption {
String^ get ();
void set (String^ value);
}
member Caption : string with get, set
function get Caption () : String
function set Caption (value : String)
Özellik Değeri
Tür: System.String
A String değer.