次の方法で共有


ModuleProvider.Name プロパティ

定義

モジュール プロバイダーの名前を取得します。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

モジュール プロバイダーの名前。

次の例では、トレース出力に Name プロパティ値を含めます。

Trace.WriteLine("ModuleProvider.Name = " + this.Name);

注釈

名前は、 メソッドを使用して Initialize 割り当てられます。

適用対象