GenerateResource.UsePreserializedResources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether resources should be passed through in their current serialization format. .NET Core-targeted assemblies should use this; it's the only way to support non-string resources with MSBuild running on .NET Core.
public:
property bool UsePreserializedResources { bool get(); void set(bool value); };
public bool UsePreserializedResources { get; set; }
member this.UsePreserializedResources : bool with get, set
Public Property UsePreserializedResources As Boolean