InstrumentationClassAttribute.InstrumentationType Property

Definition

Gets or sets the type of instrumentation provided by this class.

public:
 property System::Management::Instrumentation::InstrumentationType InstrumentationType { System::Management::Instrumentation::InstrumentationType get(); };
public System.Management.Instrumentation.InstrumentationType InstrumentationType { get; }
member this.InstrumentationType : System.Management.Instrumentation.InstrumentationType
Public ReadOnly Property InstrumentationType As InstrumentationType

Property Value

Returns an InstrumentationType enumeration value containing the type of instrumentation provided by this class.

Remarks

Property Value

Contains an InstrumentationType value that indicates whether this is an instrumented event, instance, or abstract class.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to