ServiceElement.InstanceType 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 ^ InstanceType { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.TypeNameConverter))]
[System.Configuration.ConfigurationProperty("instanceType", IsRequired=true)]
public Type InstanceType { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.TypeNameConverter))>]
[<System.Configuration.ConfigurationProperty("instanceType", IsRequired=true)>]
member this.InstanceType : Type with get, set
Public Property InstanceType As Type
Property Value
- Attributes