次の方法で共有


Extension.Name プロパティ

定義

拡張機能の名前です。 読み取り専用です。

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

プロパティ値

拡張機能の名前を含む読み取り専用の 文字列

注釈

Name プロパティの値の例として、データ処理拡張機能 OLE DB があります

適用対象