ServiceElement.ServiceType Property

Definition

public:
 property Type ^ ServiceType { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.TypeNameConverter))]
[System.Configuration.ConfigurationProperty("serviceType", IsKey=true, IsRequired=true)]
public Type ServiceType { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.TypeNameConverter))>]
[<System.Configuration.ConfigurationProperty("serviceType", IsKey=true, IsRequired=true)>]
member this.ServiceType : Type with get, set
Public Property ServiceType As Type

Property Value

Attributes

Applies to