ProjectOutputElement.IsOutputProperty 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.
Whether this represents an output property (as opposed to an output item)
public:
property bool IsOutputProperty { bool get(); };
public bool IsOutputProperty { get; }
member this.IsOutputProperty : bool
Public ReadOnly Property IsOutputProperty As Boolean
Property Value
true
if this output element represents an output property; otherwise, false
.