次の方法で共有


CodeObject.Code プロパティ

定義

カスタム コードを取得します。値の設定も可能です。

public:
 property System::String ^ Code { System::String ^ get(); void set(System::String ^ value); };
public string Code { get; set; }
member this.Code : string with get, set
Public Property Code As String

プロパティ値

string 値。

適用対象