Gets or sets changed field name.

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

Syntax

C#
public string FieldName { get; }
Visual Basic
Public ReadOnly Property FieldName As String
	Get
Visual C++
public:
property String^ FieldName {
	String^ get ();
}
F#
member FieldName : string with get

Property Value

Type: String

See Also