FileReference.XmlWriteableType Property

Definition

Gets or sets a value that indicates whether the file is a data file.

C#
[System.ComponentModel.Browsable(false)]
public string XmlWriteableType { get; set; }
C#
[System.ComponentModel.Browsable(false)]
public string XmlWriteableType { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

"applicationData" is the only valid setting.

Attributes

Applies to

Produit Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 16, 17

See also