ProjectProperty.Xml Property

Definition

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

Applies to