InstrumentationClassAttribute.InstrumentationType 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.
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.