C# Class NetOffice.Tools.TweakAttribute

Inheritance: System.Attribute
Show file Open project: ehsan2022002/VirastarE Class Usage Examples

Public Properties

Property Type Description
Enabled bool

Public Methods

Method Description
TweakAttribute ( ) : System

Creates an instance of the class

TweakAttribute ( bool enabled ) : System

Creates an instance of the class

Method Details

TweakAttribute() public method

Creates an instance of the class
public TweakAttribute ( ) : System
return System

TweakAttribute() public method

Creates an instance of the class
public TweakAttribute ( bool enabled ) : System
enabled bool Enable or disable possible tweaking is possible
return System

Property Details

Enabled public property

Enable or disable possible tweaking is possible
public bool Enabled
return bool