Show / Hide Table of Contents

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 Source

AmlWriterSettings()

Initializes a new instance of the AmlWriterSettings class.

Declaration
public AmlWriterSettings()

Properties

| Improve this Doc View Source

ExpandPropertyItems

Gets or sets a value indicating whether to expand property items.

Declaration
public bool ExpandPropertyItems { get; set; }
Property Value
Type Description
System.Boolean

true to expand property items; otherwise, false.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX