ProjectElementLink.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.
Access to remote Microsoft.Build.Construction.ProjectElement.ExpressedAsAttribute.
public:
abstract property bool ExpressedAsAttribute { bool get(); void set(bool value); };
public abstract bool ExpressedAsAttribute { get; set; }
member this.ExpressedAsAttribute : bool with get, set
Public MustOverride Property ExpressedAsAttribute As Boolean