Gets or sets ignored field names.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public List<string> IgnoredFieldNames { get; set; }
Visual Basic
Public Property IgnoredFieldNames As List(Of String)
	Get
	Set
Visual C++
public:
property List<String^>^ IgnoredFieldNames {
	List<String^>^ get ();
	void set (List<String^>^ value);
}
F#
member IgnoredFieldNames : List<string> with get, set

Property Value

Type: List<(Of <(<'String>)>)>

See Also