Show / Hide Table of Contents

Class Property

Represents a string-valued property of a FlowModel object.

Inheritance
object
Property
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class Property

Properties

View Source

Name

Gets the property name.

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

The property name.

View Source

Value

Gets the property value.

Declaration
public string Value { get; }
Property Value
Type Description
string

The property value.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.