Click or drag to resize
ElementAttributeIsOptional Property
Gets or sets a value indicating whether the element represented by the property carrying this attribute is optional.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public bool IsOptional { get; set; }

Property Value

Type: Boolean
The value true if the element is optional; otherwise false.
See Also