ラベルの名前を取得または設定します。
Public Property Label As String
[C#]
public string Label {get; set;}
[C++]
public: __property String* get_Label();public: __property void set_Label(String*);
[JScript]
public function get Label() : String;public function set Label(String);
プロパティ値
ラベルの名前。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CodeLabeledStatement クラス | CodeLabeledStatement メンバ | System.CodeDom 名前空間