ProviderSettings.Type Özellik

Tanım

Bu sınıf tarafından yapılandırılan sağlayıcı türünü alır veya ayarlar.

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

Özellik Değeri

Bu ProviderSettings örnek tarafından yapılandırılan sağlayıcı türü için tam ad alanı ve sınıf adı.

Öznitelikler

Örnekler

Aşağıdaki kod örneği özelliğine nasıl erişeceklerini Type gösterir.

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

Açıklamalar

özelliği, Type sınıf tarafından ProviderSettings yapılandırılan sağlayıcı için tam ad alanını ve sınıf adını içerir.

Şunlara uygulanır