IniPropertyAttribute.PropertyNameOverride Property

TG.INI

IniPropertyAttributePropertyNameOverride Property

Gets an overridden property name.

Namespace:  TG.INI.Serialization
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public string PropertyNameOverride { get; }
Public ReadOnly Property PropertyNameOverride As String
	Get
public:
property String^ PropertyNameOverride {
	String^ get ();
}
member PropertyNameOverride : string with get

Property Value

Type: String
See Also