Show / Hide Table of Contents

    IModelEntry.GetOriginalValue(string name) Method

    .NET Standard 2.x

    Gets the original value of the specified property.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      object GetOriginalValue(string name);
    

    Parameters

    name System.String

    The name of the property.

    Returns

    System.Object

    The original value of the specified property.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon