Show / Hide Table of Contents

Class Property

Represents a string-valued property of a FlowModel object.

Inheritance
System.Object
Property
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class Property : object

Properties

View Source

Name

Gets the property name.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

The property name.

View Source

Value

Gets the property value.

Declaration
public string Value { get; }
Property Value
Type Description
System.String

The property value.

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.