Прочитај на енглеском Уреди

Делите путем


SoapExtensionAttribute.ExtensionType Property

Definition

When overridden in a derived class, gets the Type of the SOAP extension.

C#
public abstract Type ExtensionType { get; }

Property Value

The Type of the SOAP extension.

Examples

The following code example is a typical implementation of the ExtensionType property.

C#
// Return the type of TraceExtension.
public override Type ExtensionType
{
   get
   {
      return typeof(TraceExtension);
   }
}

Remarks

Derived classes must override the ExtensionType property to return the type of the SOAP extension.

Applies to

Производ Верзије
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1