ServiceElement.ServiceType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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