Class AmlWriterSettings
Settings controlling how to serialize an AML structure
Inheritance
System.Object
AmlWriterSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public class AmlWriterSettings
Constructors
| Improve this Doc View SourceAmlWriterSettings()
Initializes a new instance of the AmlWriterSettings class.
Declaration
public AmlWriterSettings()
Properties
| Improve this Doc View SourceExpandPropertyItems
Gets or sets a value indicating whether to expand property items.
Declaration
public bool ExpandPropertyItems { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|