JuggerNET Runtime Library

ConfigOptionAttribute Class

An attribute used to signal that a property is a configuration setting.

For a list of all members of this type, see ConfigOptionAttribute Members.

System.Object
   System.Attribute
      Codemesh.JuggerNET.ConfigOptionAttribute

[AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)]
public sealed class ConfigOptionAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Codemesh.JuggerNET

Assembly: netrt (in netrt.dll)

See Also

ConfigOptionAttribute Members | Codemesh.JuggerNET Namespace