Compartir a través de


ServiceElement.InstanceType Property

Definition

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

Applies to