ProjectProperty.Xml 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.
Backing XML property. Null only if this is a global, environment, or built-in property.
public:
abstract property Microsoft::Build::Construction::ProjectPropertyElement ^ Xml { Microsoft::Build::Construction::ProjectPropertyElement ^ get(); };
public:
property Microsoft::Build::Construction::ProjectPropertyElement ^ Xml { Microsoft::Build::Construction::ProjectPropertyElement ^ get(); };
public abstract Microsoft.Build.Construction.ProjectPropertyElement Xml { get; }
public Microsoft.Build.Construction.ProjectPropertyElement Xml { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Xml : Microsoft.Build.Construction.ProjectPropertyElement
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Xml : Microsoft.Build.Construction.ProjectPropertyElement
Public MustOverride ReadOnly Property Xml As ProjectPropertyElement
Public ReadOnly Property Xml As ProjectPropertyElement
Property Value
The associated property element, or null
if this is a global or reserved property, or originates from an environment variable.
- Attributes