IniPropertyAttribute.HasPropertyNameOverride Property

TG.INI

IniPropertyAttributeHasPropertyNameOverride Property

Gets whether the PropertyNameOverride has been set with a value.

Namespace:  TG.INI.Serialization
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public bool HasPropertyNameOverride { get; }
Public ReadOnly Property HasPropertyNameOverride As Boolean
	Get
public:
property bool HasPropertyNameOverride {
	bool get ();
}
member HasPropertyNameOverride : bool with get

Property Value

Type: Boolean
See Also