Partager via


ProjectChooseElement.OtherwiseElement Property

Definition

Get any Otherwise child. May be null.

public:
 property Microsoft::Build::Construction::ProjectOtherwiseElement ^ OtherwiseElement { Microsoft::Build::Construction::ProjectOtherwiseElement ^ get(); };
public Microsoft.Build.Construction.ProjectOtherwiseElement OtherwiseElement { get; }
member this.OtherwiseElement : Microsoft.Build.Construction.ProjectOtherwiseElement
Public ReadOnly Property OtherwiseElement As ProjectOtherwiseElement

Property Value

Any Otherwise child, or null if no Otherwise child exists.

Applies to