ConfigAttribute ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies how to apply configuration values to classes/fields/props
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    NFX.Environment ConfigAttribute

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Field, Inherited = true, 
	AllowMultiple = false)]
public class ConfigAttribute : Attribute
See Also