Aracılığıyla paylaş


EventMappingSettings.Type Özellik

Tanım

Özel olay türünü alır veya ayarlar.

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

Özellik Değeri

Geçerli bir tür başvurusu veya boş bir dize (""). Varsayılan değer boş bir dizedir.

Öznitelikler

Örnekler

Aşağıdaki kod örneği özelliğinin Type nasıl kullanılacağını gösterir. Bu kod örneği, sınıfı için HealthMonitoringSection sağlanan daha büyük bir örneğin parçasıdır.

eventMappingSetting.Type = 
    "System.Web.Management.WebErrorEvent, System.Web";
eventMappingSetting.Type = _
    "System.Web.Management.WebErrorEvent, System.Web"

Açıklamalar

Olayın türünü belirtmek için bu özelliği kullanın. Belirtilen tür gerçek sınıf türü veya olay sınıfının üst türü olabilir. Boş bir dizeyse (""), hiçbir olay eşlenmez ve EventMappingSettings nesne yer tutucu işlevi görür.

Tür başvurusu aşağıdaki gibi oluşturulur (köşeli ayraç içindeki öğeler gerekli değildir): Ad alanı. Typename, Assemblyname[,] [Version=x,] [Culture=y,] [PublicKeyToken=z]. Örneğin" ExampleNameSpace.ExampleType, Example.Assembly, Version=%ASSEMBLY_VERSION%, Culture=neutral, PublicKeyToken=%MICROSOFT_PUBLICKEY%"

Şunlara uygulanır

Ayrıca bkz.