ProjectChooseElement.OtherwiseElement 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.
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.