Bagikan melalui


ProviderSettings.Type Properti

Definisi

Mendapatkan atau mengatur jenis penyedia yang dikonfigurasi oleh kelas ini.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", IsRequired=true)]
public string Type { get; set; }
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", IsRequired=true)>]
member this.Type : string with get, set
member this.Type : string with get, set
Public Property Type As String

Nilai Properti

Namespace layanan dan nama kelas yang sepenuhnya memenuhi syarat untuk jenis penyedia yang dikonfigurasi oleh instans ini ProviderSettings .

Atribut

Contoh

Contoh kode berikut menunjukkan cara mengakses Type properti .

Console.WriteLine(
    "Provider settings type: {0}",
       pSettings.Type);
Console.WriteLine( _
"Provider settings type: {0}", _
pSettings.Type)

Keterangan

Properti Type berisi namespace layanan dan nama kelas yang sepenuhnya memenuhi syarat untuk penyedia yang dikonfigurasi ProviderSettings oleh kelas.

Berlaku untuk