ProjectMetadataElement.ExpressedAsAttribute 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.
Gets or sets whether this piece of metadata is expressed as an attribute.
public:
property bool ExpressedAsAttribute { bool get(); void set(bool value); };
public bool ExpressedAsAttribute { get; set; }
member this.ExpressedAsAttribute : bool with get, set
Public Property ExpressedAsAttribute As Boolean
Property Value
Remarks
If true, then the metadata will be expressed as an attribute instead of a child element, for example <Reference Include="Libary.dll" HintPath="..\lib\Library.dll" Private="True" />