Show / Hide Table of Contents

    IModelEntry.SetCurrentValue(string name, object value) Method

    .NET Standard 2.x

    Sets the current value for the specified property.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      void SetCurrentValue(string name, object value);
    

    Parameters

    name System.String

    The name of the property.

    value System.Object

    The value set to the specified property.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon