Caption プロパティ
この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新しい開発作業では、この機能の使用を避け、現在この機能を使用しているアプリケーションは修正するようにしてください。代わりに Caption を使用してください。
名前空間: Microsoft.NetEnterpriseServers
アセンブリ: Microsoft.NetEnterpriseServers.ExceptionMessageBox (Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
構文
'宣言
Public Property Caption As String
Get
Set
'使用
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)
プロパティ値
型: System. . :: . .String
String 値です。