TextFileConfiguration<T> Constructor(String,String,String,String,String,String,Boolean,Boolean,Nullable<Int32>,String)
Constructor.
Syntax
public TextFileConfiguration<T>( string name, string keyPath, string context, string description, string uType, string uUnits, bool ulvOptional, bool canOverride, Nullable<int> ref, string default )
public: TextFileConfiguration<T>( String^ name, String^ keyPath, String^ context, String^ description, String^ uType, String^ uUnits, bool ulvOptional, bool canOverride, Nullable<int> ref, String^ default )
Parameters
- name
- .
- keyPath
- .
- context
- .
- description
- .
- uType
- .
- uUnits
- .
- ulvOptional
- .
- canOverride
- .
- ref
- The reference.
- default
- .
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also