ResXResourceWriterOmitHeader Property
Gets or sets whether the header should be omitted. If both
CompatibleFormat and
OmitHeader are
, then
only the XML comment will be omitted. If
CompatibleFormat is
and
OmitHeader is
, then
the comment, the .resx schema and the
<resheader> elements will be omitted, too.
Default value:
.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public bool OmitHeader { get; set; }
Public Property OmitHeader As Boolean
Get
Set
public:
property bool OmitHeader {
bool get ();
void set (bool value);
}
member OmitHeader : bool with get, set
Property Value
Boolean