| ElementAttributeIsOptional Property  |   | 
Gets or sets a value indicating whether the element represented by the property carrying this
            attribute is optional.
 
Namespace: Lawo.EmberPlusSharp.ModelAssembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntaxpublic bool IsOptional { get; set; }Property Value
Type: 
BooleanThe value 
true if the element is optional; otherwise 
false.
See Also