public bool AutoGenerateAlias { get; set; }Public Property AutoGenerateAlias As Boolean
Get
Setpublic:
property bool AutoGenerateAlias {
bool get ();
void set (bool value);
}member AutoGenerateAlias : bool with get, setIf AutoGenerateAlias is , then the assembly names will be referenced by fully qualified names unless the alias names are explicitly added by the AddAlias methods, or when a ResXDataNode added by AddResource(ResXDataNode) method already contains an alias.
If AutoGenerateAlias is , then the assembly aliases are re-generated, even if a ResXDataNode already contains an alias. To use explicitly defined names instead of auto generated names use the AddAlias methods.
| ObjectDisposedException | The ResXResourceWriter instance is already disposed. |